I'm trying to import a generated component using the npx v0 add command.
I've done this successfully in the past and it typically creates the missing UI files automatically, but it's not doing so for the chart. I haven't found anywhere else I'd be able to access this code.
This is the import:
import { ChartTooltipContent, ChartTooltip, ChartContainer } from "@/components/ui/chart"Can somebody please share the code of this file? Thanks in advance.
