Skip to content

Commit 3f3c5f5

Browse files
committed
rm comment
1 parent 3964385 commit 3f3c5f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/dashboard/app/(main)/websites/[id]/errors/_components/error-trends-chart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { METRIC_COLORS, METRICS } from "@/components/charts/metrics-constants";
1616
import { Button } from "@/components/ui/button";
1717
import { ErrorChartTooltip } from "./error-chart-tooltip";
1818

19-
// Dynamically import chart components for better performance
2019
const ResponsiveContainer = dynamic(
2120
() => import("recharts").then((mod) => mod.ResponsiveContainer),
2221
{ ssr: false }

0 commit comments

Comments
 (0)