nezha_dash/components/ServerList.tsx
2024-10-10 09:27:35 +08:00

8 lines
195 B
TypeScript

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