refactor(pages/index): moved to tiles group

This commit is contained in:
mikhail "synzr" 2025-11-30 21:39:23 +05:00
parent 2ef118bc6d
commit c61f65d3b8
4 changed files with 5 additions and 3 deletions

View file

@ -1 +0,0 @@
// place files you want to import through the `$lib` alias in this folder.

View file

@ -0,0 +1,5 @@
<script lang="ts">
let { children } = $props();
</script>
{@render children()}

View file

View file

@ -1,2 +0,0 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>