add deposit history page

This commit is contained in:
João Geonizeli
2021-09-05 22:22:47 -03:00
parent d3d7f6b8da
commit 3bedd32502
9 changed files with 248 additions and 4 deletions

View File

@@ -31,6 +31,10 @@ const MenuItems: MenuItem[] = [
label: "Ordem de Stake",
path: "/orders/stake",
},
{
label: "Ordem de Depósito",
path: "/orders/deposit",
},
];
export const SideNav = () => {