1 2 3 4 5 6 7
import Order from '../components/Order'; const OrderPage = props => ( <Order id={props.query.id} /> ); export default OrderPage;