From d3a335c75fc6b8e9f192039a793fa12caf218447 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 22 Apr 2025 10:15:54 +0200 Subject: [PATCH] remove circles from routes --- frontend/src/routes/routes.js | 8 -------- 1 file changed, 8 deletions(-) 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'),