refactor(pages/index): moved to tiles group
This commit is contained in:
parent
2ef118bc6d
commit
c61f65d3b8
4 changed files with 5 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
||||||
// place files you want to import through the `$lib` alias in this folder.
|
|
||||||
5
src/routes/(tiles)/+layout.svelte
Normal file
5
src/routes/(tiles)/+layout.svelte
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
<script lang="ts">
|
||||||
|
let { children } = $props();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
{@render children()}
|
||||||
0
src/routes/(tiles)/+page.svelte
Normal file
0
src/routes/(tiles)/+page.svelte
Normal 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>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue