diff --git a/reactnd-readable-frontend/src/App.js b/reactnd-readable-frontend/src/App.js index 64ecb11..0b50f69 100644 --- a/reactnd-readable-frontend/src/App.js +++ b/reactnd-readable-frontend/src/App.js @@ -1,5 +1,5 @@ import React, { Component } from 'react' -import { Route, Switch, Link, Redirect } from 'react-router-dom' +import { Route, Switch, Link } from 'react-router-dom' import ListPosts from './components/ListPosts' import Sidebar from './components/Sidebar' import SinglePost from './components/SinglePost'