diff --git a/frontend/src/components/layout/AppSidebar.vue b/frontend/src/components/layout/AppSidebar.vue
index bf69b41..60636ba 100644
--- a/frontend/src/components/layout/AppSidebar.vue
+++ b/frontend/src/components/layout/AppSidebar.vue
@@ -13,7 +13,6 @@ const navItems: NavItem[] = [
{ label: 'Главная', icon: 'home', to: '/', roles: ['student'] },
{ label: 'Каталог', icon: 'books', to: '/catalog', roles: ['student'] },
{ label: 'Мои записи', icon: 'clipboard-list', to: '/my-lectures', roles: ['student'] },
- { label: 'Достижения', icon: 'trophy', to: '/achievements', roles: ['student'] },
{ label: 'Профиль', icon: 'user', to: '/profile', roles: ['student'] },
// Teacher
{ label: 'Дашборд', icon: 'chart-bar', to: '/teacher', roles: ['teacher'] },
diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts
index 88c551c..ea9b5b5 100644
--- a/frontend/src/router/index.ts
+++ b/frontend/src/router/index.ts
@@ -19,7 +19,6 @@ const router = createRouter({
{ path: '/my-lectures', name: 'my-lectures', component: () => import('@/views/student/MyLecturesView.vue'), meta: { role: 'student' } },
{ path: '/review/:id', name: 'review-form', component: () => import('@/views/student/ReviewFormView.vue'), meta: { role: 'student' } },
{ path: '/profile', name: 'profile', component: () => import('@/views/student/ProfileView.vue') },
- { path: '/achievements', name: 'achievements', component: () => import('@/views/student/AchievementsView.vue'), meta: { role: 'student' } },
{ path: '/notifications', name: 'notifications', component: () => import('@/views/student/NotificationsView.vue') },
// Teacher
diff --git a/frontend/src/views/student/AchievementsView.vue b/frontend/src/views/student/AchievementsView.vue
deleted file mode 100644
index d733108..0000000
--- a/frontend/src/views/student/AchievementsView.vue
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
- Достижения
-
- Полученные достижения
- Заблокированные
-