mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Change error page wording
This commit is contained in:
parent
62ac1e4fd6
commit
70bc6bbfd3
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
export default function ErrorPage() {
|
||||
return <div>{"ErrorPage"}</div>;
|
||||
return <div>{"An error has occured!"}</div>;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue