diff --git a/src/components/ThemeSwitcher.astro b/src/components/ThemeSwitcher.astro new file mode 100644 index 0000000..a1897cb --- /dev/null +++ b/src/components/ThemeSwitcher.astro @@ -0,0 +1,66 @@ +--- +--- + +
+ + +
+ + + + diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index edc9671..fe8fa04 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -1,10 +1,12 @@ --- import '@styles/main.css'; +import ThemeSwitcher from '@components/ThemeSwitcher.astro'; ---