diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue
deleted file mode 100644
index 1b8faac1521345513353e96050dd24d94610d432..0000000000000000000000000000000000000000
--- a/src/components/HelloWorld.vue
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
{{ msg }}
-
- You’ve successfully created a project with
- Vite +
- Vue 3.
-
-
-
-
-
diff --git a/src/types/components.d.ts b/src/types/components.d.ts
index c1cf750973fe3fe5a637adcc3795b1bedc1b1608..36a825fb03049f679636c8c1b8a7c1e6eaab8e74 100644
--- a/src/types/components.d.ts
+++ b/src/types/components.d.ts
@@ -9,7 +9,6 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
- HelloWorld: typeof import('./../components/HelloWorld.vue')['default']
IconCommunity: typeof import('./../components/icons/IconCommunity.vue')['default']
IconDocumentation: typeof import('./../components/icons/IconDocumentation.vue')['default']
IconEcosystem: typeof import('./../components/icons/IconEcosystem.vue')['default']