nezha_dash/components/ServerList.tsx
2024-07-28 16:05:00 +08:00

8 lines
186 B
TypeScript

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