Remove React, PureComponent global import, added those imports to files directly
• Remove: - React, PureComponent global import and added those imports to files directly
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import React from 'react'
|
||||
import { defineMessages, injectIntl } from 'react-intl'
|
||||
import ContentLoader from 'react-content-loader'
|
||||
import { DEFAULT_THEME } from '../../constants'
|
||||
|
||||
class PlaceholderLayout extends PureComponent {
|
||||
class PlaceholderLayout extends React.PureComponent {
|
||||
|
||||
render() {
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user