Skip to content

Commit bccca07

Browse files
committed
Remove unused import
1 parent 331f19c commit bccca07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/connect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { Component, createElement } from 'react'
1+
import { Component, createElement } from 'react'
22
import storeShape from '../utils/storeShape'
33
import shallowEqual from '../utils/shallowEqual'
44
import isPlainObject from '../utils/isPlainObject'

0 commit comments

Comments
 (0)