Files
2024-09-25 09:25:31 -04:00

6 lines
88 B
TypeScript

import { styled } from '@linaria/react';
export default styled.div`
height: 30px;
`;