mirror of
https://github.com/woodchen-ink/random-api-go.git
synced 2025-07-18 05:42:01 +08:00
5 lines
132 B
TypeScript
5 lines
132 B
TypeScript
import DomainStatsTab from '@/components/admin/DomainStatsTab'
|
|
|
|
export default function StatsPage() {
|
|
return <DomainStatsTab />
|
|
}
|