This repository has been archived on 2024-08-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
chellaris-sign-up-site/src/lib/components/ui/separator/index.ts
2023-12-06 21:00:46 +01:00

7 lines
82 B
TypeScript

import Root from "./separator.svelte";
export {
Root,
//
Root as Separator
};