Files
xrpl-hooks-ide/components/Flex.tsx
2021-11-19 15:24:59 +02:00

9 lines
143 B
TypeScript

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