fix(toast): types

This commit is contained in:
Benjamin Canac
2022-01-12 17:40:00 +01:00
parent a13a4b5e4f
commit adbee9c717

View File

@@ -1,6 +1,6 @@
import { nanoid } from 'nanoid'
import { Ref } from 'vue'
import { ToastNotification, ToastPlugin } from '../types'
import { ToastNotification, ToastPlugin } from '../../types'
import { defineNuxtPlugin, useState } from '#app'
export default defineNuxtPlugin((nuxtApp) => {