2021-02-22 22:37:29 -08:00

9 lines
163 B
TypeScript

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