mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-06-29 08:55:48 +08:00
Added initial dashboard and error pages
This commit is contained in:
parent
46fac86ee6
commit
9c4a5fd4fb
3 changed files with 26 additions and 2 deletions
3
src/Pages/ErrorPage/ErrorPage.tsx
Normal file
3
src/Pages/ErrorPage/ErrorPage.tsx
Normal file
|
@ -0,0 +1,3 @@
|
|||
export default function ErrorPage() {
|
||||
return <div>{"ErrorPage"}</div>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue