mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
5 lines
122 B
TypeScript
5 lines
122 B
TypeScript
import Root from './Root.svelte';
|
|
import Item from './Item.svelte';
|
|
|
|
export { Root as Accordion, Item as AccordionItem };
|