Skip to content

Commit fc88528

Browse files
committed
docs(styled/install): add missing exports for barrel files users
1 parent 7a8b562 commit fc88528

File tree

1 file changed

+3
-0
lines changed
  • apps/website/src/routes/docs/styled/(getting-started)/install

1 file changed

+3
-0
lines changed

apps/website/src/routes/docs/styled/(getting-started)/install/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ export * from './button/button';
243243
export * from './card/card';
244244
export * from './checkbox/checkbox';
245245
export * from './combobox/combobox';
246+
export * from './dropdown/dropdown';
246247
export * from './input/input';
247248
export * from './label/label';
248249
export * from './modal/modal';
@@ -254,6 +255,8 @@ export * from './skeleton/skeleton';
254255
export * from './tabs/tabs';
255256
export * from './textarea/textarea';
256257
export * from './select/select';
258+
export * from './toggle/toggle';
259+
export * from './toggle-group/toggle-group';
257260
```
258261

259262
This way you can now `import { Accordion, Alert, ... } from '~/components/ui';` 👯‍♀️

0 commit comments

Comments
 (0)