Updated pages, layout component structures
• Updated: - pages, layout component structures
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
export default class ErrorPage extends PureComponent {
|
||||
|
||||
render() {
|
||||
const { children } = this.props;
|
||||
|
||||
// : todo :
|
||||
const { children } = this.props
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user