diff --git a/src/components/index/StatCard.tsx b/src/components/index/StatCard.tsx deleted file mode 100644 index 7462e57fd..000000000 --- a/src/components/index/StatCard.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import { DFI as DfiIcon } from "@components/icons/assets/tokens/DFI"; -import { NumericFormat } from "react-number-format"; - -export function StatPriceCard(props: { - usd: number | undefined; - updatedAt: string | undefined; -}): JSX.Element { - return ( -