Spaces:
Runtime error
Runtime error
| import React from "react"; | |
| function ErrorPage() { | |
| return <div>ErrorPage</div>; | |
| } | |
| export default ErrorPage; | |
| import React from "react"; | |
| function ErrorPage() { | |
| return <div>ErrorPage</div>; | |
| } | |
| export default ErrorPage; | |