Skip to content

Commit fb815e3

Browse files
debug: change view
1 parent 36a8a3c commit fb815e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/routing/Routing.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Routing = () => {
2929
<Route path="/purchase-completed" element={<PurchaseCompleted />} />
3030
<Route path="/recommendations" element={<Recommendations />} />
3131
<Route path="/admin/bonds/avail" element={<AdminAvailableBonds />} />
32-
<Route path="/admin/bonds" element={<Test />} />
32+
<Route path="/admin/bonds" element={<AdminBonds />} />
3333
<Route path="/admin/auctions" element={<AdminAuctions />} />
3434
<Route path="/admin/auctions/offers" element={<AdminAuctionOffers />} />
3535
<Route path="/admin/auctions/proposals" element={<AdminProposals />} />

0 commit comments

Comments
 (0)