mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
6 lines
172 B
TypeScript
6 lines
172 B
TypeScript
import ServerOverviewClient from "@/app/(main)/ClientComponents/ServerOverviewClient"
|
|
|
|
export default async function ServerOverview() {
|
|
return <ServerOverviewClient />
|
|
}
|