import { Box, styled } from "@mui/material"; const Wrapper = styled(Box)({ display: "flex", flexDirection: "column", rowGap: "0.5em", width: "12em", }); export default { Wrapper, };