Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix(nuxt): removed auto imports (#9045)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored and danielroe committed Jan 21, 2023
1 parent a357358 commit e493692
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nuxt/src/imports/presets.ts
Expand Up @@ -39,12 +39,10 @@ const appPreset = defineUnimportPreset({
'setPageLayout',
'useRouter',
'useRoute',
'useActiveRoute',
'defineNuxtRouteMiddleware',
'navigateTo',
'abortNavigation',
'addRouteMiddleware',
'throwError',
'showError',
'clearError',
'isNuxtError',
Expand Down

0 comments on commit e493692

Please sign in to comment.