Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
chloezxyy committed Jul 18, 2024
1 parent 1895268 commit 060a253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/proof-of-backing/_components/BackingCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from "react-icons/md";
import { NumericFormat } from "react-number-format";
import { TokenWithBacking } from "../index.page";
import tokenSymbolRename from "../../../utils/commons/TokenRename";
import { tokenSymbolRename } from "../../../utils/commons/TokenRename";

export function BackingCard({
token,
Expand Down

0 comments on commit 060a253

Please sign in to comment.