import styled from 'styled-components'; export const StyledFrame = styled.div` width: 100%; height: 100%; display: flex; flex-direction: column; `;