diff --git a/components/markets/market-card/index.tsx b/components/markets/market-card/index.tsx index b77b2911f..f7862a051 100644 --- a/components/markets/market-card/index.tsx +++ b/components/markets/market-card/index.tsx @@ -1,4 +1,3 @@ -import type { ScalarRangeType } from "@zeitgeistpm/sdk"; import Skeleton from "components/ui/Skeleton"; import Decimal from "decimal.js"; import { ZTG } from "lib/constants"; diff --git a/pages/topics/[topic].tsx b/pages/topics/[topic].tsx index 8e0d6e03c..03b998875 100644 --- a/pages/topics/[topic].tsx +++ b/pages/topics/[topic].tsx @@ -115,32 +115,67 @@ const TopicPage: NextPage<{