import styled from "styled-components"; export const FullDiv = styled.div` width: 100%; height: 100%; `;