Add Switcher on all pages
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import { setContext } from 'svelte'
|
||||
import '$utils/polyfills'
|
||||
// Components
|
||||
import Switcher from '$components/molecules/Switcher.svelte'
|
||||
import Footer from '$components/organisms/Footer.svelte'
|
||||
|
||||
export let data: any
|
||||
@@ -15,6 +16,8 @@
|
||||
})
|
||||
</script>
|
||||
|
||||
<Switcher />
|
||||
|
||||
<slot />
|
||||
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user