import { Box } from '@mantine/core'; export const PolkaElement = ({ rotation, left, top, right, bottom, }: { rotation: number; top?: number; left?: number; right?: number; bottom?: number; }) => { return ( ); };