diff --git a/frontend/src/routes/routes.js b/frontend/src/routes/routes.js index bef277c9f..caabbcfc1 100755 --- a/frontend/src/routes/routes.js +++ b/frontend/src/routes/routes.js @@ -91,14 +91,6 @@ const routes = [ pageTitle: 'usersearch', }, }, - { - path: '/circles', - component: () => import('@/pages/Circles'), - meta: { - requiresAuth: true, - pageTitle: 'circles', - }, - }, // { // path: '/storys', // component: () => import('@/pages/TopStorys'),