Add index.ts files
This commit is contained in:
4
src/lib/components/switch/index.ts
Normal file
4
src/lib/components/switch/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { default as Switch } from "./Switch.svelte";
|
||||
export { default as SwitchGroup } from "./SwitchGroup.svelte";
|
||||
export { default as SwitchGroupLabel } from "../label/Label.svelte";
|
||||
export { default as SwitchGroupDescription } from "../description/Description.svelte";
|
||||
Reference in New Issue
Block a user