Skip to content

Commit 38128aa

Browse files
authored
fix(router): add missing ui composable imports (#1853)
1 parent 314fb05 commit 38128aa

File tree

1 file changed

+1
-0
lines changed
  • packages/router/src/Exceptions/local/src/settings

1 file changed

+1
-0
lines changed

packages/router/src/Exceptions/local/src/settings/settings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { useLocalStorage } from '@vueuse/core'
22
import { type } from 'arktype'
33
import Dialog from './dialog.vue'
4+
import { useOverlay, useToast } from '@nuxt/ui/composables';
45

56
const overlay = useOverlay()
67

0 commit comments

Comments
 (0)