diff --git a/src/App.jsx b/src/App.jsx index c42341d..0925931 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -45,6 +45,16 @@ const App = () => { System.import("@topcoder/micro-frontends-challenges-app") } /> + System.import("@topcoder/micro-frontends-gigs-app")} + /> + System.import("@topcoder/micro-frontends-gigs-app")} + /> { const onSelectMenuItem = (name, path) => { selectionRef.current.select(name); - // if (name == "Gigs") { - // window.location.href = `${process.env.URL.BASE}/gigs`; - // } if (path) { navigate(path); }