Skip to content

Commit 94dc20f

Browse files
authored
docs: fix typo in chart component import path
Fixes shadcn-ui#7465 - corrected import path from "@/components/ui/charts" to "@/components/ui/chart" in the documentation example
1 parent b84c990 commit 94dc20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/content/docs/components/chart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We designed the `chart` component with composition in mind. **You build your cha
3131
```tsx showLineNumbers /ChartContainer/ /ChartTooltipContent/
3232
import { Bar, BarChart } from "recharts"
3333

34-
import { ChartContainer, ChartTooltipContent } from "@/components/ui/charts"
34+
import { ChartContainer, ChartTooltipContent } from "@/components/ui/chart"
3535

3636
export function MyChart() {
3737
return (

0 commit comments

Comments
 (0)