Updated pages, layout component structures
• Updated: - pages, layout component structures
This commit is contained in:
@@ -6,13 +6,7 @@ import {
|
||||
WhoToFollowPanel,
|
||||
} from '../features/ui/util/async_components'
|
||||
|
||||
export default class BasicPage extends PureComponent {
|
||||
|
||||
static propTypes = {
|
||||
children: PropTypes.node.isRequired,
|
||||
page: PropTypes.string.isRequired,
|
||||
title: PropTypes.string.isRequired,
|
||||
}
|
||||
class BasicPage extends PureComponent {
|
||||
|
||||
render() {
|
||||
const {
|
||||
@@ -39,4 +33,12 @@ export default class BasicPage extends PureComponent {
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
BasicPage.propTypes = {
|
||||
children: PropTypes.node.isRequired,
|
||||
page: PropTypes.string.isRequired,
|
||||
title: PropTypes.string.isRequired,
|
||||
}
|
||||
|
||||
export default BasicPage
|
||||
Reference in New Issue
Block a user