import System from '../components/System' const SystemPage = props => ( <System /> ) export default SystemPage