mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import styled from 'styled-components';
|
|
|
|
export const Space = styled.div`
|
|
height: 15px;
|
|
`;
|