add route for all menu
This commit is contained in:
11
src/pages/account/manage-currency/ManageCurrency.tsx
Normal file
11
src/pages/account/manage-currency/ManageCurrency.tsx
Normal file
@ -0,0 +1,11 @@
|
||||
const ManageCurrency = () => {
|
||||
return (
|
||||
<div>
|
||||
<div className="container mx-auto p-5">
|
||||
<h1 className="text-xl font-medium leading-none text-gray-900">Manage Currency</h1>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default ManageCurrency;
|
||||
Reference in New Issue
Block a user