nezha_dash/components/ServerOverview.tsx
2024-07-27 02:17:07 +08:00

12 lines
195 B
TypeScript

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