nezha_dash/components/ServerOverview.tsx
2024-12-13 15:09:12 +08:00

6 lines
172 B
TypeScript

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