Add content to Home Page

This commit is contained in:
Neshura 2024-01-06 09:49:24 +01:00
parent 5fff8cec4d
commit 8854b1dcf9
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
5 changed files with 67 additions and 7 deletions
src/lib/components/ui/separator

View file

@ -0,0 +1,7 @@
import Root from "./separator.svelte";
export {
Root,
//
Root as Separator
};