// next imports import Image from "next/image"; // helpers import { EPageTypes } from "@/helpers/authentication.helper"; // wrappers import { AuthWrapper } from "@/lib/wrappers"; // images 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;