// generated by unplugin-vue-components // We suggest you to commit this file into source control // Read more: https://github.com/vuejs/core/pull/3399 import '@vue/runtime-core' export {} declare module '@vue/runtime-core' { export interface GlobalComponents { ChainModel: typeof import('./src/components/ChainModel.vue')['default'] <<<<<<< HEAD ======= GpalMenuItem: typeof import('./src/components/GpalMenuItem.vue')['default'] >>>>>>> aca797e (...) HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] RadarMap: typeof import('./src/components/RadarMap.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] SmallTag: typeof import('./src/components/SmallTag.vue')['default'] <<<<<<< HEAD UserCard: typeof import('./src/components/UserCard.vue')['default'] UserLinksBox: typeof import('./src/components/common/UserLinksBox.vue')['default'] ======= TestView: typeof import('./src/components/TestView.vue')['default'] TestViewO: typeof import('./src/components/TestViewO.vue')['default'] UserCard: typeof import('./src/components/UserCard.vue')['default'] WeaponModel: typeof import('./src/components/WeaponModel.vue')['default'] >>>>>>> aca797e (...) } }