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,10 +1,11 @@
|
||||
import React from 'react'
|
||||
import Block from '../../components/block'
|
||||
import Button from '../../components/button'
|
||||
import Divider from '../../components/divider'
|
||||
import Heading from '../../components/heading'
|
||||
import Text from '../../components/text'
|
||||
|
||||
export default class PrivacyPolicy extends PureComponent {
|
||||
export default class PrivacyPolicy extends React.PureComponent {
|
||||
|
||||
render() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user