import styled from 'styled-components' const RedText = styled.p` color: red; ` class App extends Component {}