import React, { Component } from 'react' export default class Default extends Component { render() { console.log(this.props); return (

error

404

page not found

the requested URL {this.props.location.pathname} {""} was not found

) } }