Skip to content

Commit f327aa8

Browse files
committed
Reverse styled + lint ignore
1 parent ecbc32b commit f327aa8

File tree

1 file changed

+10
-10
lines changed
  • packages/graphql-playground/src/styled

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// import * as styledComponents from 'styled-components'
2-
import { default as styled, css, injectGlobal, keyframes, ThemeProvider } from 'styled-components'
1+
import * as styledComponents from 'styled-components'
2+
import { ThemedStyledComponentsModule } from 'styled-components' // tslint:disable-line
33

4-
import { theme } from './theme'
4+
import { ThemeInterface, theme } from './theme'
55

6-
// const {
7-
// default: styled,
8-
// css,
9-
// injectGlobal,
10-
// keyframes,
11-
// ThemeProvider,
12-
// } = styledComponents as ThemedStyledComponentsModule<ThemeInterface>
6+
const {
7+
default: styled,
8+
css,
9+
injectGlobal,
10+
keyframes,
11+
ThemeProvider,
12+
} = styledComponents as ThemedStyledComponentsModule<ThemeInterface>
1313

1414
export { css, injectGlobal, keyframes, ThemeProvider, theme }
1515
export default styled

0 commit comments

Comments
 (0)