mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
6 lines
177 B
TypeScript
6 lines
177 B
TypeScript
import styled from "styled-components";
|
|
import * as _ from "styled-components"; // tslint:disable-line:no-duplicate-imports
|
|
|
|
export const Space = styled.div`
|
|
height: 15px;
|
|
`;
|