mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-05-17 11:58:14 +08:00
Added initial transactions list page and edited technician dashboard component names for better readability
This commit is contained in:
parent
be6e1ba229
commit
08fd217ccb
5 changed files with 21 additions and 6 deletions
3
src/Pages/TransactionsListPage/TransactionsListPage.tsx
Normal file
3
src/Pages/TransactionsListPage/TransactionsListPage.tsx
Normal file
|
@ -0,0 +1,3 @@
|
|||
export default function TransactionsListPage() {
|
||||
return <div>{"TransactionsListPage"}</div>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue