Spaces:
Sleeping
Sleeping
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; | |