nezha_dash/components/ServerList.tsx
2024-09-26 10:23:56 +08:00

8 lines
196 B
TypeScript

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