Add content to Home Page
This commit is contained in:
parent
5fff8cec4d
commit
8854b1dcf9
5 changed files with 67 additions and 7 deletions
src/lib/components/ui/separator
7
src/lib/components/ui/separator/index.ts
Normal file
7
src/lib/components/ui/separator/index.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Root from "./separator.svelte";
|
||||
|
||||
export {
|
||||
Root,
|
||||
//
|
||||
Root as Separator
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue