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';
241241export * from ' ./breadcrumb/breadcrumb' ;
242242export * from ' ./button/button' ;
243243export * from ' ./card/card' ;
244+ export * from ' ./carousel/carousel' ;
244245export * from ' ./checkbox/checkbox' ;
245246export * from ' ./combobox/combobox' ;
246247export * from ' ./dropdown/dropdown' ;
@@ -257,6 +258,7 @@ export * from './textarea/textarea';
257258export * from ' ./select/select' ;
258259export * from ' ./toggle/toggle' ;
259260export * from ' ./toggle-group/toggle-group' ;
261+ export * from ' ./tooltip/tooltip' ;
260262```
261263
262264This way you can now ` import { Accordion, Alert, ... } from '~/components/ui'; ` 👯♀️
You can’t perform that action at this time.
0 commit comments