index.tsx 156 B

12345678910111213
  1. /**
  2. * @author tuonian
  3. * @date 2023/12/18
  4. */
  5. import './less.less'
  6. export const ErrorPage = () => {
  7. return (<div className="error-page">
  8. </div>)
  9. }