Skip to content

Commit 71cf55f

Browse files
fix: missing imports
1 parent 86d8174 commit 71cf55f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/runtime/composables/useNinjaToaster.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { useNuxtApp } from '#imports'
12

23
type NinjaToasterInstance = ReturnType<typeof createNinjaToaster>
34

src/runtime/composables/useNinjaToasterContainer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ref } from 'vue'
1+
import { ref, computed } from 'vue'
22
import { tryOnBeforeMount, MaybeComputedRef } from '@vueuse/core'
33

44
import type { NinjaToasterTheme } from '../../types'

0 commit comments

Comments
 (0)