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 { CX } from '../../constants'
|
||||
import { getRandomInt } from '../../utils/numbers'
|
||||
import PlaceholderLayout from './placeholder_layout'
|
||||
|
||||
export default class CommentPlaceholder extends PureComponent {
|
||||
export default class CommentPlaceholder extends React.PureComponent {
|
||||
|
||||
render() {
|
||||
const classes = CX({
|
||||
|
||||
Reference in New Issue
Block a user