mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-04-05 09:31:35 +08:00
3 lines
75 B
TypeScript
3 lines
75 B
TypeScript
export default function ErrorPage() {
|
|
return <div>{"ErrorPage"}</div>;
|
|
}
|