|
import type { StatsPageLogic } from '../StatsPageLogic';
|
|
import StatsPageWebBase from './StatsPageWebBase';
|
|
|
|
export default function StatsPageWebUltra4k({ logic }: { logic: StatsPageLogic }) {
|
|
return <StatsPageWebBase logic={logic} viewport="ultra4k" />;
|
|
}
|