Switching ui lib & refactoring (#80)
switch to shadcn ui bump runtime versions (node, pnpm, etc) refactor gui
This commit is contained in:

committed by
GitHub

parent
12365282a3
commit
353ec976d5
6
src/lib/components/ui/checkbox/index.ts
Normal file
6
src/lib/components/ui/checkbox/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import Root from './checkbox.svelte'
|
||||
export {
|
||||
Root,
|
||||
//
|
||||
Root as Checkbox
|
||||
}
|
Reference in New Issue
Block a user