fediverse.space/frontend/src/components/atoms/FullDiv.tsx

7 wiersze
102 B
TypeScript
Czysty Zwykły widok Historia

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