import { Button, Typography } from "@mui/material"; export default function DimensionButton({ dimension, onClick, isPressed }) { return ( <> ); }