Skip to content

Commit eefe9cb

Browse files
committed
fix linter issues
1 parent 958baaa commit eefe9cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/staticProps.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Component, PureComponent } from 'react'
2-
import { easyComp, easyStore } from 'react-easy-state'
1+
import { Component } from 'react'
2+
import { easyComp } from 'react-easy-state'
33

44
describe('static props', () => {
55
test('easyComp should proxy react specific static properties from the component', () => {

0 commit comments

Comments
 (0)