// next imports import Image from "next/image"; import notFoundImage from "public/404.svg"; const Custom404Error = () => (
404- Page not found
Oops! Something went wrong.
Sorry, the page you are looking for cannot be found. It may have been removed, had its name changed, or is temporarily unavailable.
Go to your Workspace
); export default Custom404Error;