Added initial transactions list page and edited technician dashboard component names for better readability

This commit is contained in:
Keannu Christian Bernasol 2023-12-14 18:13:55 +08:00
parent be6e1ba229
commit 08fd217ccb
5 changed files with 21 additions and 6 deletions

View file

@ -0,0 +1,3 @@
export default function TransactionsListPage() {
return <div>{"TransactionsListPage"}</div>;
}