From 552e6d2d2af91746c51975c77f1ad20b0603b4ce Mon Sep 17 00:00:00 2001 From: Alan Kersaudy <69036359+Oktogazh@users.noreply.github.com> Date: Sat, 27 Jul 2024 22:23:03 +0200 Subject: [PATCH] fic(docs): type --- apps/www/src/content/docs/dark-mode/astro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/src/content/docs/dark-mode/astro.md b/apps/www/src/content/docs/dark-mode/astro.md index 9c50a798..ae1f0ece 100644 --- a/apps/www/src/content/docs/dark-mode/astro.md +++ b/apps/www/src/content/docs/dark-mode/astro.md @@ -100,7 +100,7 @@ Place a mode toggle on your site to toggle between light and dark mode. ```astro title="src/pages/index.astro" --- import '../styles/globals.css' -import { ModeToggle } from '@/components/ModeToggle.vue'; +import ModeToggle from '@/components/ModeToggle.vue'; ---