diff --git a/index.html b/index.html
index 030a6ff..7be93d7 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,13 @@
-
-
-
-
+
+
+
+
Vite App
-
-
-
-
-
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index 9d360f1..86a8d5e 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -25,7 +25,7 @@ const router = createRouter({
}, {
path: 'computed',
name: 'computed',
- component: () => import('../views/computed.vue')
+ component: () => import('../views/Computed.vue')
}, {
path: 'turntable',
name: 'turntable',
diff --git a/src/views/computed.vue b/src/views/Computed.vue
similarity index 100%
rename from src/views/computed.vue
rename to src/views/Computed.vue