nezha_dash/components/ServerList.tsx
2024-10-24 21:13:08 +08:00

7 lines
185 B
TypeScript

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