Refactor catalog

This commit is contained in:
ZXY101
2023-09-27 11:06:03 +02:00
parent 53f5a48d3e
commit d6bb0b1ddc
11 changed files with 109 additions and 99 deletions

View File

@@ -2,6 +2,10 @@
import Catalog from '$lib/components/Catalog.svelte';
</script>
<div class="p-2">
<svelte:head>
<title>Mokuro</title>
</svelte:head>
<div class="p-5">
<Catalog />
</div>