#
cp
2024-08-13 12e16a4e48fa33ead5aae7ca065fdea636135527
zy-asrs-flow/config/routes.ts
@@ -27,12 +27,6 @@
    ],
  },
  {
    path: '/home',
    name: 'home',
    icon: 'smile',
    component: './home',
  },
  {
    path: '*',
    layout: false,
    component: './404',