Loading preview...
"use client"; import { NotFoundGlitch } from "@/components/ui/be-ui-404-not-found"; export default function NotFoundGlitchPreview() { return ( <div className="w-full"> <NotFoundGlitch /> </div> ); }