add custom instance page

This commit is contained in:
2022-08-07 16:35:50 +03:00
parent 02cb6b2abb
commit 83f2c2f374
10 changed files with 388 additions and 222 deletions

4
src/lib/Card/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export { default as CardOuter } from "./CardOuter.svelte";
export { default as CardInner } from "./CardInner.svelte";
export { default as LinksOuter } from "./LinksOuter.svelte";
export { default as Link } from "./Link.svelte";