diff --git a/src/components.d.ts b/src/components.d.ts index 191f907..a167316 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -10,6 +10,7 @@ declare module 'vue' { CarbonLanguage: typeof import('~icons/carbon/language')['default'] CarbonMoon: typeof import('~icons/carbon/moon')['default'] CarbonSun: typeof import('~icons/carbon/sun')['default'] + CarbonWarning: typeof import('~icons/carbon/warning')['default'] CBanner: typeof import('./components/CBanner.vue')['default'] CBrand: typeof import('./components/CBrand.vue')['default'] CCategory: typeof import('./components/CCategory.vue')['default'] @@ -19,6 +20,7 @@ declare module 'vue' { CFooter: typeof import('./components/CFooter.vue')['default'] CHead: typeof import('./components/CHead.vue')['default'] CList: typeof import('./components/CList.vue')['default'] + CMap: typeof import('./components/CMap.vue')['default'] Counter: typeof import('./components/Counter.vue')['default'] CProduct: typeof import('./components/CProduct.vue')['default'] CSearch: typeof import('./components/CSearch.vue')['default'] diff --git a/src/components/CFooter.vue b/src/components/CFooter.vue index 61514b1..b8e52c8 100644 --- a/src/components/CFooter.vue +++ b/src/components/CFooter.vue @@ -54,7 +54,7 @@

You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.

- + diff --git a/src/components/CMap.vue b/src/components/CMap.vue new file mode 100644 index 0000000..52a2300 --- /dev/null +++ b/src/components/CMap.vue @@ -0,0 +1,5 @@ +