// next imports import Image from "next/image"; import projectNotPublishedImage from "public/project-not-published.svg"; const CustomProjectNotPublishedError = () => (
404- Page not found
Oops! The page you{`'`}re looking for isn{`'`}t live at the moment.
If this is your project, login to your workspace to adjust its visibility settings and make it public.
Go to your Workspace
); export default CustomProjectNotPublishedError;