Change error page wording

This commit is contained in:
Keannu Bernasol 2024-01-05 19:34:06 +08:00
parent 62ac1e4fd6
commit 70bc6bbfd3

View file

@ -1,3 +1,3 @@
export default function ErrorPage() {
return <div>{"ErrorPage"}</div>;
return <div>{"An error has occured!"}</div>;
}