@@ -13,20 +13,23 @@ declare module 'vue' {
1313 BannerTwo : typeof import ( './src/components/banners/BannerTwo.vue' ) [ 'default' ]
1414 BaseIcon : typeof import ( './src/components/icons/BaseIcon.vue' ) [ 'default' ]
1515 ChevronIcon : typeof import ( './src/components/icons/ChevronIcon.vue' ) [ 'default' ]
16+ ComingSoonBanner : typeof import ( './src/components/banners/ComingSoonBanner.vue' ) [ 'default' ]
1617 copy : typeof import ( './src/components/cards/EventCards copy.vue' ) [ 'default' ]
1718 EventCards : typeof import ( './src/components/cards/EventCards.vue' ) [ 'default' ]
1819 GlobeIcon : typeof import ( './src/components/icons/GlobeIcon.vue' ) [ 'default' ]
1920 GlobeRBCN : typeof import ( './src/components/icons/GlobeRBCN.vue' ) [ 'default' ]
2021 LinkIcon : typeof import ( './src/components/icons/LinkIcon.vue' ) [ 'default' ]
2122 LocaleToggler : typeof import ( './src/components/blocks/LocaleToggler.vue' ) [ 'default' ]
2223 Logo : typeof import ( './src/components/blocks/Logo.vue' ) [ 'default' ]
23- MainBanner : typeof import ( './src/components/banners/MainBanner.vue' ) [ 'default' ]
24- Navbar : typeof import ( './src/components/Navbar.vue' ) [ 'default' ]
24+ MainBanner : typeof import ( './src/components/banners/custom/ MainBanner.vue' ) [ 'default' ]
25+ Navbar : typeof import ( './src/components/navigation/ Navbar.vue' ) [ 'default' ]
2526 NavMobile : typeof import ( './src/components/NavMobile.vue' ) [ 'default' ]
2627 NewsBanner : typeof import ( './src/components/NewsBanner.vue' ) [ 'default' ]
2728 NewTabIcon : typeof import ( './src/components/icons/NewTabIcon.vue' ) [ 'default' ]
28- PageFooter : typeof import ( './src/components/PageFooter.vue' ) [ 'default' ]
29- PageSection : typeof import ( './src/components/PageSection.vue' ) [ 'default' ]
29+ NotFoundBanner : typeof import ( './src/components/banners/NotFoundBanner.vue' ) [ 'default' ]
30+ NotFouondBanner : typeof import ( './src/components/banners/NotFouondBanner.vue' ) [ 'default' ]
31+ PageFooter : typeof import ( './src/components/footer/PageFooter.vue' ) [ 'default' ]
32+ PageSection : typeof import ( './src/components/sections/PageSection.vue' ) [ 'default' ]
3033 PreviousTalks : typeof import ( './src/components/PreviousTalks.vue' ) [ 'default' ]
3134 RobotIcon : typeof import ( './src/components/icons/RobotIcon.vue' ) [ 'default' ]
3235 RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
0 commit comments