diff --git a/package.json b/package.json
index 32d3d17..5579619 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,6 @@
"marked": "^15.0.8",
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.2.0",
- "vh-check": "^2.0.5",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
diff --git a/src/App.vue b/src/App.vue
index 95b1b4c..a2b2b98 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,5 +1,16 @@
diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue
index 86a1d57..f3e7f48 100644
--- a/src/layouts/MainLayout.vue
+++ b/src/layouts/MainLayout.vue
@@ -15,7 +15,7 @@ import Sidebar from '../components/Sidebar.vue'