### Describe the bug When using code for default bar chart from here https://ui.shadcn.com/charts/bar#charts I am getting Uncaught SyntaxError Currently the keyword `type` is missing in the import of ChartConfig in the code provided. ### Affected component/components Charts ### How to reproduce 1. Go to https://ui.shadcn.com/charts/bar#charts 2. Copy code of ChartBarDefault and use it ### Codesandbox/StackBlitz link _No response_ ### Logs ```bash Uncaught SyntaxError: The requested module '/src/components/ui/chart.tsx' does not provide an export named 'ChartConfig' ``` ### System Info ```bash Browser: Chrome OS: MacOS ``` ### Before submitting - [x] I've made research efforts and searched the documentation - [x] I've searched for existing issues