Task: Fixed server routes loop and add server layout for vaadin flow backend from java code design and rename theme name to fusion and updated the views and add mock users for show data grid and fixed all views

This commit is contained in:
2021-07-27 09:53:06 +07:00
parent 05e6fe2447
commit 5a9930161b
13 changed files with 71 additions and 18 deletions

View File

@@ -0,0 +1,3 @@
admin-view {
display: block;
}

View File

@@ -0,0 +1,3 @@
home-view {
display: block;
}

View File

@@ -0,0 +1,3 @@
profile-view {
display: block;
}