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'), - }, ], }, {