Page Not Found 404
import NotFoundPage from "@/components/ui/page-not-found"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <NotFoundPage /> </div> ); }; export { DemoOne };