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

6 lines
156 B
TypeScript

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