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

[Dev merge] Gigs apply integration #207

Merged
merged 6 commits into from
Nov 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
output from challenge:30217172
  • Loading branch information
LieutenantRoger committed Oct 31, 2021
commit 8ad0195e4aad9d28b0dee1ebf8ab7a4727ecd789
5 changes: 5 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ const App = () => {
System.import("@topcoder/micro-frontends-challenges-app")
}
/>
<Parcel
path="/earn/gigs/:externalId/apply"
view="gig-apply"
config={() => System.import("@topcoder/micro-frontends-gigs-app")}
/>
<Parcel
path="/earn/gigs/:externalId"
view="gig-details"
Expand Down