Files
PolyWeather/frontend/app/ops/telegram-audit/page.tsx
T

6 lines
186 B
TypeScript
Raw Normal View History

2026-05-20 17:12:32 +08:00
import { TelegramAuditPageClient } from "@/components/ops/telegram-audit/TelegramAuditPageClient";
export default function TelegramAuditPage() {
return <TelegramAuditPageClient />;
}