diff --git a/packages/nextjs/app/charts/page.tsx b/packages/nextjs/app/charts/page.tsx index 6fc7c9d..38e00a3 100644 --- a/packages/nextjs/app/charts/page.tsx +++ b/packages/nextjs/app/charts/page.tsx @@ -6,7 +6,7 @@ import "chart.js/auto"; import type { NextPage } from "next"; import { Bar } from "react-chartjs-2"; import { formatEther } from "viem"; -import { SkeletonLoader } from "~~/components/streamogator"; +import { PageTitle, SkeletonLoader } from "~~/components/streamogator"; const options = { responsive: true, @@ -47,12 +47,7 @@ const Charts: NextPage = () => { return (
-
-
📊
-

Charts

-
-
Vizualize stream contract data with interactive charts
- + {loading ? (