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

9 lines
145 B
TypeScript

import { styled } from "../stitches.config";
const Box = styled("div", {
// all: "unset",
boxSizing: "border-box",
});
export default Box;