I am trying to do A SIMPLE using react-router ( version ^1.0.3 ) to redirect to another view and I am just getting tired.
import React from
The simplest solution is:
import { Redirect } from 'react-router';