File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ import AdminAvailableBonds from '../pages/bonds/AdminAvailableBonds';
12
12
import AdminAuctions from '../pages/auctions/AdminAuctions' ;
13
13
import AdminAuctionOffers from '../pages/auctions/AdminAuctionOffers' ;
14
14
import AdminProposals from '../pages/auctions/AdminProposals'
15
+ import Test from '../pages/bonds/test' ;
16
+
17
+
15
18
16
19
const Routing = ( ) => {
17
20
return (
@@ -26,7 +29,7 @@ const Routing = () => {
26
29
< Route path = "/purchase-completed" element = { < PurchaseCompleted /> } />
27
30
< Route path = "/recommendations" element = { < Recommendations /> } />
28
31
< Route path = "/admin/bonds/avail" element = { < AdminAvailableBonds /> } />
29
- < Route path = "/admin/bonds" element = { < AdminBonds /> } />
32
+ < Route path = "/admin/bonds" element = { < Test /> } />
30
33
< Route path = "/admin/auctions" element = { < AdminAuctions /> } />
31
34
< Route path = "/admin/auctions/offers" element = { < AdminAuctionOffers /> } />
32
35
< Route path = "/admin/auctions/proposals" element = { < AdminProposals /> } />
You can’t perform that action at this time.
0 commit comments