part 1 of moving from next to svelte
This commit is contained in:
7
svelte/src/routes/+layout.svelte
Normal file
7
svelte/src/routes/+layout.svelte
Normal file
@ -0,0 +1,7 @@
|
||||
<script>
|
||||
import '../app.css';
|
||||
import Provider from '../lib/provider.svelte';
|
||||
</script>
|
||||
|
||||
<Provider />
|
||||
<slot />
|
Reference in New Issue
Block a user