mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
docs: fix default imports to named imports in component docs
These auto-generated component docs had default imports from '@superset/components' which only exposes named exports. Fixed Slider, Tree, ProgressBar, TableCollection, and Tabs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -242,7 +242,7 @@ function VerticalDemo() {
|
||||
## Import
|
||||
|
||||
```tsx
|
||||
import Slider from '@superset/components';
|
||||
import { Slider } from '@superset/components';
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user