index.community/frontend/src/components/atoms/FullDiv.tsx

7 lines
102 B
TypeScript
Raw Normal View History

2019-07-19 18:19:53 +00:00
import styled from "styled-components";
export default styled.div`
width: 100%;
height: 100%;
`;