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,6 +1,7 @@
|
||||
import React from 'react'
|
||||
import ColumnIndicator from '../components/column_indicator'
|
||||
|
||||
export default class GenericNotFound extends PureComponent {
|
||||
export default class GenericNotFound extends React.PureComponent {
|
||||
|
||||
render() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user