From 1920deb002239492f957e608cc7341ba948a77c0 Mon Sep 17 00:00:00 2001 From: Sujal Gupta <55016909+heysujal@users.noreply.github.com> Date: Wed, 16 Jul 2025 22:54:54 +0530 Subject: [PATCH] add import type for ChartConfig --- apps/v4/registry/new-york-v4/charts/chart-bar-default.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/registry/new-york-v4/charts/chart-bar-default.tsx b/apps/v4/registry/new-york-v4/charts/chart-bar-default.tsx index a74ed59dd9c..da157e7c00a 100644 --- a/apps/v4/registry/new-york-v4/charts/chart-bar-default.tsx +++ b/apps/v4/registry/new-york-v4/charts/chart-bar-default.tsx @@ -12,7 +12,7 @@ import { CardTitle, } from "@/registry/new-york-v4/ui/card" import { - ChartConfig, + type ChartConfig, ChartContainer, ChartTooltip, ChartTooltipContent,