import { Separator } from "@/components/ui/separator" export const PageNotFound = () => { return (

404

Page not found

) }