import { createGlobalStyle } from 'styled-components'; const GlobalStyle = createGlobalStyle` body { /* global style in here */ } `; export default GlobalStyle;