修复文件浏览的404问题

This commit is contained in:
zyh001
2024-05-15 19:15:42 +08:00
parent dce52d782f
commit d99f552d68
-7
View File
@@ -1,7 +0,0 @@
import React from 'react';
const NotFoundPage = () => {
return <h1>Page Not Found</h1>;
};
export default NotFoundPage;