Skip to content

Commit 5daffb5

Browse files
fix: missing imports
1 parent c8a53ae commit 5daffb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, computed } from 'vue'
1+
import { isRef, ref, computed } from 'vue'
22
import { tryOnBeforeMount, MaybeComputedRef } from '@vueuse/core'
33

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

0 commit comments

Comments
 (0)