this is for page not found
Loading preview...
import { Component } from "@/components/ui/404-page-not-found"; export default function DemoOne() { return <Component />; }