nezha_dash/components/ServerOverview.tsx
2024-10-24 21:13:08 +08:00

6 lines
174 B
TypeScript

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