Skip to content

Commit

Permalink
WIP: embed charts
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Dec 16, 2023
1 parent 1dbc69a commit 7613f58
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/(embeds)/embed/fundamentals/[metric]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ import useSWR from "swr";
import { MetricsURLs } from "@/lib/urls";
import { AllChains, AllChainsByKeys } from "@/lib/chains";
import { navigationItems } from "@/lib/navigation";
import {
XYChart,
AnimatedAxis,
AnimatedGrid,
AnimatedLineSeries,
Tooltip,
} from "@visx/xychart";
import { format } from "date-fns";
import ComparisonChart from "@/components/layout/ComparisonChart";
import MetricsTable from "@/components/layout/MetricsTable";
Expand Down

0 comments on commit 7613f58

Please sign in to comment.