nezha_dash/components/ServerList.tsx
2024-11-19 21:34:15 +08:00

6 lines
158 B
TypeScript

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