add stake orders list

This commit is contained in:
João Geonizeli
2021-08-16 00:58:43 -03:00
parent b065f5dca7
commit 0965333679
27 changed files with 917 additions and 125 deletions

View File

@@ -16,6 +16,9 @@ export const Routes: FC = () => {
<Route exact path="/orders/exchange">
<Orders.Exchange />
</Route>
<Route exact path="/orders/stake">
<Orders.Stake />
</Route>
</Switch>
);
};