Initial Project Commit
This commit is contained in:
commit
a6dea9c888
2148 changed files with 173870 additions and 0 deletions
7
src/main/webapp/app/layouts/navbar/navbar-item.model.d.ts
vendored
Normal file
7
src/main/webapp/app/layouts/navbar/navbar-item.model.d.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
type NavbarItem = {
|
||||
name: string;
|
||||
route: string;
|
||||
translationKey: string;
|
||||
};
|
||||
|
||||
export default NavbarItem;
|
Loading…
Add table
Add a link
Reference in a new issue