Skip to content

Commit

Permalink
fix(toast): types
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 12, 2022
1 parent a13a4b5 commit adbee9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugins/toast.client.ts
Original file line number Diff line number Diff line change
@@ -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) => {
Expand Down

1 comment on commit adbee9c

@vercel
Copy link

@vercel vercel bot commented on adbee9c Jan 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.