Skip to content

Commit 2354228

Browse files
committed
chore: remove unused global component types from declaration
1 parent 4484e2c commit 2354228

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/types/components.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,8 @@ export {}
99
declare module 'vue' {
1010
export interface GlobalComponents {
1111
HelloWorld: typeof import('./../components/HelloWorld.vue')['default']
12-
IconCommunity: typeof import('./../components/icons/IconCommunity.vue')['default']
13-
IconDocumentation: typeof import('./../components/icons/IconDocumentation.vue')['default']
14-
IconEcosystem: typeof import('./../components/icons/IconEcosystem.vue')['default']
15-
IconSupport: typeof import('./../components/icons/IconSupport.vue')['default']
16-
IconTooling: typeof import('./../components/icons/IconTooling.vue')['default']
1712
RouterLink: typeof import('vue-router')['RouterLink']
1813
RouterView: typeof import('vue-router')['RouterView']
1914
TheWelcome: typeof import('./../components/TheWelcome.vue')['default']
20-
WelcomeItem: typeof import('./../components/WelcomeItem.vue')['default']
2115
}
2216
}

0 commit comments

Comments
 (0)