admin_szolgáltatók_

This commit is contained in:
Roo
2026-07-01 02:27:38 +00:00
parent 189cbfd7ca
commit 6e627d0ebe
491 changed files with 20965 additions and 9703 deletions

View File

@@ -14,6 +14,8 @@ type HydrationStrategies = {
type LazyComponent<T> = DefineComponent<HydrationStrategies, {}, {}, {}, {}, {}, {}, { hydrated: () => void }> & T
export const LanguageSwitcher: typeof import("../components/LanguageSwitcher.vue")['default']
export const TreeNode: typeof import("../components/TreeNode.vue")['default']
export const ChartsUserTrendChart: typeof import("../components/charts/UserTrendChart.vue")['default']
export const GaragesGarageFleetTab: typeof import("../components/garages/GarageFleetTab.vue")['default']
export const GaragesGarageGeneralTab: typeof import("../components/garages/GarageGeneralTab.vue")['default']
@@ -43,6 +45,8 @@ export const Head: typeof import("../node_modules/nuxt/dist/head/runtime/compone
export const Html: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html']
export const Body: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
export const NuxtIsland: typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default']
export const LazyLanguageSwitcher: LazyComponent<typeof import("../components/LanguageSwitcher.vue")['default']>
export const LazyTreeNode: LazyComponent<typeof import("../components/TreeNode.vue")['default']>
export const LazyChartsUserTrendChart: LazyComponent<typeof import("../components/charts/UserTrendChart.vue")['default']>
export const LazyGaragesGarageFleetTab: LazyComponent<typeof import("../components/garages/GarageFleetTab.vue")['default']>
export const LazyGaragesGarageGeneralTab: LazyComponent<typeof import("../components/garages/GarageGeneralTab.vue")['default']>