// The one scroller on the page: a second one breaks scrolling on mobile. export const PageCanvas = ({ children }) => (
{children}
);