From fd3cb20f444341808cd9a8034bce26382cb6b240 Mon Sep 17 00:00:00 2001 From: oiov Date: Fri, 2 Aug 2024 11:40:37 +0800 Subject: [PATCH] chore codes --- app/(protected)/dashboard/urls/meta-chart.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/(protected)/dashboard/urls/meta-chart.tsx b/app/(protected)/dashboard/urls/meta-chart.tsx index a07c68c..a541679 100644 --- a/app/(protected)/dashboard/urls/meta-chart.tsx +++ b/app/(protected)/dashboard/urls/meta-chart.tsx @@ -2,7 +2,7 @@ import * as React from "react"; import { UrlMeta } from "@prisma/client"; -import { Bar, BarChart, CartesianGrid, Tooltip, XAxis, YAxis } from "recharts"; +import { Bar, BarChart, CartesianGrid, XAxis } from "recharts"; import { Card, @@ -123,8 +123,6 @@ export function DailyPVUVChart({ data }: { data: UrlMeta[] }) { >