fix: server storage and incorrect imports

This commit is contained in:
Robert Soriano
2022-05-24 10:01:19 -07:00
parent 96ebff619e
commit 38ac520b97
3 changed files with 5 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ export default defineNuxtModule<ModuleOptions>({
imports.push(
{ name: 'useClient', from: join(runtimeDir, 'client') },
{ name: 'useAsyncQuery', from: join(runtimeDir, 'client') },
{ name: 'useClientHeader', from: join(runtimeDir, 'client') },
{ name: 'useClientHeaders', from: join(runtimeDir, 'client') },
)
})