mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +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:
@@ -212,7 +212,7 @@ function IconTabs() {
|
||||
## Import
|
||||
|
||||
```tsx
|
||||
import Tabs from '@superset/components';
|
||||
import { Tabs } from '@superset/components';
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user