import type { PointsMallPageLogicOutput } from '../PointsMallPageLogic'; import PointsMallPageWebBase from './PointsMallPageWebBase'; export default function PointsMallPageWebTablet({ logic }: { logic: PointsMallPageLogicOutput }) { return ; }