Explorar el Código

remove comentario routes

Gustavo Zanatta hace 1 mes
padre
commit
56ddc4099e
Se han modificado 1 ficheros con 0 adiciones y 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",