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 PageTitle from '../features/ui/util/page_title'
|
||||
import IntroductionLayout from '../layouts/introduction_layout'
|
||||
|
||||
export default class IntroductionPage extends PureComponent {
|
||||
export default class IntroductionPage extends React.PureComponent {
|
||||
|
||||
render() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user