add exchange order screen

This commit is contained in:
João Geonizeli
2021-08-13 23:55:37 -03:00
parent be31d7165a
commit 4922994da6
12 changed files with 516 additions and 3 deletions

View File

@@ -18,6 +18,10 @@ const MenuItems: MenuItem[] = [
label: "Carteira",
path: "/wallet",
},
{
label: "Ordem de Troca",
path: "/orders/exchange",
},
];
export const SideNav = () => {