Skip to content

Commit 497ef28

Browse files
committed
Model Micro App added Category
1 parent eb50995 commit 497ef28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/constants/apps.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,12 @@ export const APP_CATEGORIES = [
277277
path: "/micro-frontends-angular-route",
278278
menu: [],
279279
},
280+
{
281+
title: "Model",
282+
icon: appReactIcon,
283+
path: "/model",
284+
menu: [],
285+
},
280286
],
281287
},
282288
];

0 commit comments

Comments
 (0)