import { styled } from "../stitches.config"; import Box from "./Box"; const Flex = styled(Box, { display: "flex", }); export default Flex;