diff --git a/src/components/ThemeSwitcher.astro b/src/components/ThemeSwitcher.astro deleted file mode 100644 index 65e307c..0000000 --- a/src/components/ThemeSwitcher.astro +++ /dev/null @@ -1,198 +0,0 @@ ---- -// Composant temporaire pour prévisualiser les palettes de couleurs. -// À supprimer une fois le thème choisi. ---- - -
- - - -
- - - - diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 457cb51..1a2f56b 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,7 +1,6 @@ --- import Navbar from '../components/Navbar.astro'; import Footer from '../components/Footer.astro'; -import ThemeSwitcher from '../components/ThemeSwitcher.astro'; import '../styles/global.css'; interface Props { @@ -24,7 +23,5 @@ const { title = 'Compagnie AspiRêves' } = Astro.props;