Skip to content

Commit

Permalink
fix lint error, #5180
Browse files Browse the repository at this point in the history
  • Loading branch information
leocs2417 committed Dec 11, 2024
1 parent b868671 commit f6ad786
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import React from "react";
import ScrollerX from "next-common/components/styled/containers/scrollerX";
import { MapDataList } from "next-common/components/dataList";
import { colId, colName, colToken } from "../assetsList";
import {
colId,
colName,
colToken,
} from "next-common/components/assets/common/columns";
import { colAccounts, colStatus, colSupply } from "./pcAssetList";
import AddressUser from "next-common/components/user/addressUser";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import React, { useState } from "react";
import ScrollerX from "next-common/components/styled/containers/scrollerX";
import { MapDataList } from "next-common/components/dataList";
import { colId, colName, colToken } from "../assetsList";
import {
colId,
colName,
colToken,
} from "next-common/components/assets/common/columns";
import ValueDisplay from "next-common/components/valueDisplay";
import AddressUser from "next-common/components/user/addressUser";
import { toPrecision } from "next-common/utils";
Expand Down

0 comments on commit f6ad786

Please sign in to comment.