- frontend build

This commit is contained in:
Peter Papp
2021-04-06 18:08:12 +02:00
parent bf9581173c
commit 87b3625b27
82 changed files with 163 additions and 540 deletions

View File

@@ -668,7 +668,7 @@ const routesOthers = [
name: 'NotFound',
path: '*',
component: () =>
import(/* webpackChunkName: "chunks/not-found-shared" */ './views/Shared/NotFoundShared'),
import(/* webpackChunkName: "chunks/not-found" */ './views/NotFound'),
meta: {
requiresAuth: false
},