File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
apps/website/src/routes/docs/styled/(getting-started)/install Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,7 @@ export * from './badge/badge';
241
241
export * from ' ./breadcrumb/breadcrumb' ;
242
242
export * from ' ./button/button' ;
243
243
export * from ' ./card/card' ;
244
+ export * from ' ./carousel/carousel' ;
244
245
export * from ' ./checkbox/checkbox' ;
245
246
export * from ' ./combobox/combobox' ;
246
247
export * from ' ./dropdown/dropdown' ;
@@ -257,6 +258,7 @@ export * from './textarea/textarea';
257
258
export * from ' ./select/select' ;
258
259
export * from ' ./toggle/toggle' ;
259
260
export * from ' ./toggle-group/toggle-group' ;
261
+ export * from ' ./tooltip/tooltip' ;
260
262
```
261
263
262
264
This way you can now ` import { Accordion, Alert, ... } from '~/components/ui'; ` 👯♀️
You can’t perform that action at this time.
0 commit comments