路由丢失页添加

This commit is contained in:
禺狨
2023-03-02 14:31:16 +08:00
parent 569d478e15
commit 0bf57e8b6c
5 changed files with 9 additions and 2 deletions

View File

@@ -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>
);
};