mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-04-28 20:00:57 +00:00
vault complete
This commit is contained in:
parent
6e0940d368
commit
d4e312ec8d
58 changed files with 4413 additions and 5140 deletions
10
src/lib/components/ui/toggle-group/index.ts
Normal file
10
src/lib/components/ui/toggle-group/index.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import Root from "./toggle-group.svelte";
|
||||
import Item from "./toggle-group-item.svelte";
|
||||
|
||||
export {
|
||||
Root,
|
||||
Item,
|
||||
//
|
||||
Root as ToggleGroup,
|
||||
Item as ToggleGroupItem,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue