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

9 lines
125 B
TypeScript

import styled from 'styled-components'
export const StyledCanvas = styled.div`
height: 100%
width: 100%;
flex: 1;
`