nezha_dash/components/ServerOverview.tsx
2024-10-10 09:40:01 +08:00

6 lines
183 B
TypeScript

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