From 193670fdcf829cc9589261b426e5ebeea7dcd111 Mon Sep 17 00:00:00 2001 From: pablone Date: Fri, 27 Sep 2024 12:39:30 +0200 Subject: [PATCH] fix: refs #7404 revert commit prevent production access --- src/router/modules/entry.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/router/modules/entry.js b/src/router/modules/entry.js index 4750a4301..d66ea0e0c 100644 --- a/src/router/modules/entry.js +++ b/src/router/modules/entry.js @@ -58,15 +58,6 @@ export default { }, component: () => import('src/pages/Entry/EntryLatestBuys.vue'), }, - { - path: 'stock-Bought', - name: 'EntryStockBought', - meta: { - title: 'reserves', - icon: 'deployed_code_history', - }, - component: () => import('src/pages/Entry/EntryStockBought.vue'), - }, ], }, {