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