nezha_dash/components/ServerOverview.tsx
2024-07-28 16:05:00 +08:00

6 lines
174 B
TypeScript

import ServerOverviewClient from "@/app/(main)/ClientComponents/ServerOverviewClient";
export default async function ServerOverview() {
return <ServerOverviewClient />;
}