index.jsx 111 B

12345678
  1. function Error() {
  2. return (
  3. <>
  4. <h2>当前页面不存在</h2>
  5. </>
  6. );
  7. }
  8. export default Error;