Progress
This commit is contained in:
12
app/javascript/gabsocial/pages/error_page.js
Normal file
12
app/javascript/gabsocial/pages/error_page.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default class ErrorPage extends PureComponent {
|
||||
|
||||
render() {
|
||||
const { children } = this.props;
|
||||
|
||||
return (
|
||||
<div>
|
||||
{children}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user