Removed connect global import, added to files directly

• Removed:
- connect global import, added to files directly
This commit is contained in:
mgabdev
2020-08-17 15:39:25 -05:00
parent 43e384554c
commit 5a55f89dbe
146 changed files with 145 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ import {
} from '../../features/ui/util/async_components'
import React from 'react'
import { connect } from 'react-redux'
import { closePopover } from '../../actions/popover'
import { getWindowDimension } from '../../utils/is_mobile'
import Bundle from '../../features/ui/util/bundle'