fix(Notifications): add missing imports

This commit is contained in:
Benjamin Canac
2021-12-10 10:28:43 +01:00
parent 3d2a5fe0bb
commit 4a8dd68725

View File

@@ -22,6 +22,7 @@
<script setup>
import Notification from './Notification'
import { useNuxtApp, useState } from '#app'
const { $toast } = useNuxtApp()
const notifications = useState('notifications')