docs: astro dark-mode.md typo (#686)
This commit is contained in:
parent
0ee23fb53d
commit
b2952b6416
|
|
@ -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';
|
||||
---
|
||||
|
||||
<!-- Inline script -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user