Skip to content

Commit 6058ba1

Browse files
authored
fix: import styles for toast (#61)
1 parent 230587e commit 6058ba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/app.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script setup lang="ts">
22
import { useSound } from '@vueuse/sound'
33
import { toast, Toaster } from 'vue-sonner'
4+
import 'vue-sonner/style.css'
45
import flashlightSound from '~/assets/flashlight.mp3'
56
67
const devMode = useLocalStorage('dev-mode', () => false)

0 commit comments

Comments
 (0)