micro-app/src/pages/error/index.tsx
2024-07-09 17:16:13 +08:00

10 lines
126 B
TypeScript

import React from 'react';
export default function ErrorPage() {
return (
<div>
<h2>error</h2>
</div>
);
}