chore: move App and app related code to app layer
This commit is contained in:
8
src/app/App.svelte
Normal file
8
src/app/App.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
import Page from '$routes/Page.svelte';
|
||||
import Layout from './ui/Layout.svelte';
|
||||
</script>
|
||||
|
||||
<Layout>
|
||||
<Page />
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user