Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

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

+6
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)