diff --git a/src/components.d.ts b/src/components.d.ts
index e96fab8..b768d4a 100644
--- a/src/components.d.ts
+++ b/src/components.d.ts
@@ -58,6 +58,7 @@ declare module 'vue' {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Sidebar: typeof import('./components/Sidebar.vue')['default']
+ ThemeSwitch: typeof import('./components/ThemeSwitch.vue')['default']
UserProfile: typeof import('./components/UserProfile.vue')['default']
}
}
diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue
index 28e1b53..b1d3f65 100644
--- a/src/components/Navbar.vue
+++ b/src/components/Navbar.vue
@@ -1,11 +1,5 @@
+
+
+