diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 3eaa6f5..d9d86f1 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -59,7 +59,7 @@ declare global { const isReadonly: typeof import('vue')['isReadonly'] const isRef: typeof import('vue')['isRef'] const isShallow: typeof import('vue')['isShallow'] - const locales4RouteMessages: typeof import('./src/locales-4-route/messages-auto-imports')['locales4RouteMessages'] + const locales4RouteMessages: typeof import('./src/locales-4-route/_messages-auto-imports')['locales4RouteMessages'] const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable'] const mapActions: typeof import('pinia')['mapActions'] const mapGetters: typeof import('pinia')['mapGetters'] @@ -397,7 +397,7 @@ declare module 'vue' { readonly isReadonly: UnwrapRef readonly isRef: UnwrapRef readonly isShallow: UnwrapRef - readonly locales4RouteMessages: UnwrapRef + readonly locales4RouteMessages: UnwrapRef readonly makeDestructurable: UnwrapRef readonly mapActions: UnwrapRef readonly mapGetters: UnwrapRef diff --git a/src/locales-4-route/messages-auto-imports.ts b/src/locales-4-route/_messages-auto-imports.ts similarity index 100% rename from src/locales-4-route/messages-auto-imports.ts rename to src/locales-4-route/_messages-auto-imports.ts