import { Metric } from "../components/Metric"; import type { RouterItem } from "../types/router"; export function DashboardPage({ routers }: { routers: RouterItem[] }) { return ( <>

Dashboard

Overview of your OpenVPN infrastructure

); }