Skip to content

Commit

Permalink
fix token details
Browse files Browse the repository at this point in the history
  • Loading branch information
koko37 committed Sep 18, 2024
1 parent c977d44 commit 8f9c32b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/Token/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,19 @@ import {
truncate,
explorerLinkOfTransaction,
explorerLinkOfAddress,
explorerLinkOfContract
} from "@mybucks/lib/utils";
import BackIcon from "@mybucks/assets/icons/back.svg";
import RefreshIcon from "@mybucks/assets/icons/refresh.svg";
import ArrowUpRightIcon from "@mybucks/assets/icons/arrow-up-right.svg";
import InfoRedIcon from "@mybucks/assets/icons/info-red.svg";
import InfoGreenIcon from "@mybucks/assets/icons/info-green.svg";

import { explorerLinkOfContract } from "@mybucks/lib/utils";
import Avatar from "@mybucks/components/Avatar";

import {
Container as BaseContainer,
Box as BaseBox,
} from "@mybucks/components/Containers";
import Avatar from "@mybucks/components/Avatar";
import Button from "@mybucks/components/Button";
import Input from "@mybucks/components/Input";
import { Label } from "@mybucks/components/Label";
Expand Down

0 comments on commit 8f9c32b

Please sign in to comment.