7 lines
114 B
JavaScript
Executable File
7 lines
114 B
JavaScript
Executable File
import styled from 'styled-components'
|
|
|
|
export const Iframe = styled.iframe`
|
|
width: 100%;
|
|
height: 100%;
|
|
`
|