mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:09:27 +08:00
路由
This commit is contained in:
10
src/pages/error/index.tsx
Normal file
10
src/pages/error/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
|
||||
export const ErrorPage: React.FC<any> = () => {
|
||||
return (
|
||||
<div id="error-page">
|
||||
<h1>Oops!</h1>
|
||||
<p>路由不存在</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user