Skip to content

Commit

Permalink
deduplicate imports from same file
Browse files Browse the repository at this point in the history
  • Loading branch information
nighto authored Oct 29, 2024
1 parent 11edabb commit 2097289
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ export { Spinner } from '../src/components/graphics/Spinner/Spinner.tsx';

export { PropertyList } from '../src/components/lists/PropertyList/PropertyList.tsx';

export { Tabs } from '../src/components/navigations/Tabs/Tabs.tsx';
export { Tab } from '../src/components/navigations/Tabs/Tabs.tsx';
export { Tab, Tabs } from '../src/components/navigations/Tabs/Tabs.tsx';
export { Stepper } from '../src/components/navigations/Stepper/Stepper.tsx';

export { DropdownMenu } from '../src/components/overlays/DropdownMenu/DropdownMenu.tsx';
Expand Down

0 comments on commit 2097289

Please sign in to comment.