import type { Metadata } from "next";
import { PageHeader } from "@/components/ui";
import { Ops } from "./ops";
export const metadata: Metadata = { title: "Operations", description: "Internal WebSensor operations dashboard.", robots: { index: false, follow: false } };
export default function OpsPage() {
return (
<>
>
);
}