From 951528259378c94b6ee83223e4c02a75d58f7378 Mon Sep 17 00:00:00 2001 From: Peter Olu Date: Thu, 21 Apr 2022 16:11:47 +0100 Subject: [PATCH] updated routes provider file --- src/types/components.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/types/components.d.ts b/src/types/components.d.ts index 98d9902c..3aa380ba 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -1,6 +1,7 @@ // generated by unplugin-vue-components // We suggest you to commit this file into source control // Read more: https://github.com/vuejs/vue-next/pull/3399 +import '@vue/runtime-core' declare module '@vue/runtime-core' { export interface GlobalComponents { @@ -44,4 +45,4 @@ declare module '@vue/runtime-core' { } } -export { } +export {}