fix: import

This commit is contained in:
Julien Huang 2024-12-31 00:45:19 +01:00
parent da28dd62f2
commit 294038324c

View File

@ -1,4 +1,4 @@
import { isPromise } from 'node:util/types'
import { isPromise } from '@vue/shared'
import { type AsyncComponentLoader, type ComponentOptions, h, onMounted, ref } from 'vue'
import { useNuxtApp } from '#app'
import ServerPlaceholder from '#app/components/server-placeholder'