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,7 +1,8 @@
|
||||
import React from 'react'
|
||||
import BackButton from './back_button'
|
||||
import Heading from './heading'
|
||||
|
||||
export default class ProfileNavigationBar extends PureComponent {
|
||||
export default class ProfileNavigationBar extends React.PureComponent {
|
||||
|
||||
static propTypes = {
|
||||
titleHTML: PropTypes.string,
|
||||
|
||||
Reference in New Issue
Block a user