diff --git a/src/runtime/storages.ts b/src/runtime/storages.ts index 6b688bf..6693327 100644 --- a/src/runtime/storages.ts +++ b/src/runtime/storages.ts @@ -1,4 +1,4 @@ -import type { PublicRuntimeConfig } from 'nuxt/schema' +import type { PublicRuntimeConfig } from '@nuxt/schema' import type { StorageLike } from '../types' import { useCookie } from '#app'