Fixed Dockerfile with cubetiq user and fixed import in routes wrong path

This commit is contained in:
2021-07-25 18:16:45 +07:00
parent 6e3f448aa3
commit 814a0cc391
6 changed files with 455 additions and 394 deletions

View File

@@ -1,5 +1,5 @@
import { Route } from '@vaadin/router';
import Role from './generated/com/example/application/data/Role';
import Role from './generated/com/cubetiqs/fusion/data/Role';
import { appStore } from './stores/app-store';
import './views/home/home-view';
import './views/main-layout';