import styles from "./scrollableGrid.module.css" export default function Scrollable({ children }: React.PropsWithChildren) { return
{children}
}