mirror of
https://github.com/PlayEdu/backend
synced 2025-12-26 02:51:07 +08:00
路由丢失页添加
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
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