import { Pagination } from 'tvu-react-pilot' const Surface = ({ children }: any) => (
{children}
) // Static preview — fixed current page. export const Classic = () => ( {}} /> ) export const Simple = () => ( {}} /> ) export const Small = () => ( {}} /> )