Explorar o código

remove comentario routes

Gustavo Zanatta hai 1 mes
pai
achega
56ddc4099e
Modificáronse 1 ficheiros con 0 adicións e 18 borrados
  1. 0 18
      src/router/routes/client.route.js

+ 0 - 18
src/router/routes/client.route.js

@@ -1,21 +1,3 @@
-// const routes = [
-//   {
-//     path: '/client',
-//     name: 'client',
-//     component: () => import('src/pages/client/ClientPage.vue'),
-//     meta: {
-//       requiresAuth: true,
-//       permission: 'config.client',
-//       breadcrumbs: [
-//         { label: 'common.terms.home', to: '/' },
-//         { label: 'client.plural' },
-//       ],
-//     },
-//   },
-// ];
-
-// export default routes;
-
 export default [
   {
     path: "/client",