Skip to content

Commit

Permalink
fix(Notifications): add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 10, 2021
1 parent 3d2a5fe commit 4a8dd68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/overlays/Notifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<script setup>
import Notification from './Notification'
import { useNuxtApp, useState } from '#app'
const { $toast } = useNuxtApp()
const notifications = useState('notifications')
Expand Down

0 comments on commit 4a8dd68

Please sign in to comment.