Skip to content

Commit

Permalink
consolidate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Sep 10, 2020
1 parent fed5364 commit f82bc58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/with-styled-components/pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { createGlobalStyle } from 'styled-components'
import { ThemeProvider } from 'styled-components'
import { createGlobalStyle, ThemeProvider } from 'styled-components'

const GlobalStyle = createGlobalStyle`
body {
Expand Down

0 comments on commit f82bc58

Please sign in to comment.