nezha_dash/components/ServerList.tsx
2024-10-10 14:30:39 +08:00

7 lines
194 B
TypeScript

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