Authored by htoooth

fix

@@ -2,5 +2,5 @@ @@ -2,5 +2,5 @@
2 export default [{ 2 export default [{
3 path: '/mapp/license/form.html', 3 path: '/mapp/license/form.html',
4 name: 'licenseForm', 4 name: 'licenseForm',
5 - component: () => import(/* webpackChunkName: "license" */ './form') 5 + component: () => import(/* webpackChunkName: "license" */ './license')
6 }]; 6 }];