diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 025392c..c1f9ca2 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,5 +1,6 @@ --- -import '../../styles/main.scss'; +import '@styles/main.scss'; +import Theme from '@components/Theme/Theme.svelte'; --- @@ -12,7 +13,9 @@ import '../../styles/main.scss';