import React from 'react'; const ModerationLayout = (props) => (
{props.children}
); export default ModerationLayout;