nezha_dash/components/ServerOverview.tsx
2024-09-26 10:23:56 +08:00

6 lines
184 B
TypeScript

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