Skip to content

Commit

Permalink
removed unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasgupta, Smarajit authored and Dasgupta, Smarajit committed Dec 19, 2017
1 parent 9f209f6 commit f1bd482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactnd-readable-frontend/src/App.js
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit f1bd482

Please sign in to comment.