diff --git a/packages/router/src/Exceptions/local/src/settings/settings.ts b/packages/router/src/Exceptions/local/src/settings/settings.ts index fd6182a48..59000623a 100644 --- a/packages/router/src/Exceptions/local/src/settings/settings.ts +++ b/packages/router/src/Exceptions/local/src/settings/settings.ts @@ -1,6 +1,7 @@ import { useLocalStorage } from '@vueuse/core' import { type } from 'arktype' import Dialog from './dialog.vue' +import { useOverlay, useToast } from '@nuxt/ui/composables'; const overlay = useOverlay()