chore: remove 'use client' directives (#1979)

This commit is contained in:
Ephraim Duncan
2025-08-22 02:20:41 +00:00
committed by GitHub
parent 231ef9c27e
commit 1cb9de8083
3 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,3 @@
'use client';
import { DateTime } from 'luxon';
import type { TooltipProps } from 'recharts';
import { Bar, BarChart, ResponsiveContainer, Tooltip, XAxis, YAxis } from 'recharts';