Cleaned the code a bit
This commit is contained in:
@ -23,12 +23,10 @@
|
||||
|
||||
import React from 'react';
|
||||
|
||||
const PageBoundary = (props) => {
|
||||
export default function(props) {
|
||||
return (
|
||||
<div className="c-page__boundary">
|
||||
{ props.children }
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default PageBoundary;
|
||||
|
Reference in New Issue
Block a user