Skip to content

Commit

Permalink
remove commented line in app
Browse files Browse the repository at this point in the history
Relates #34
  • Loading branch information
MohammadAlhalaq committed Oct 2, 2019
1 parent ff8a5f5 commit cbda7f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/components/App/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from 'react';
import { BrowserRouter as Router, Route, Switch } from 'react-router-dom';
import Login from '../pages/Login/index';
import Feedback from '../feedback';
// import Home from '../home';
import Error404 from '../pages/Error404/index';
import './style.css';

Expand All @@ -28,7 +27,6 @@ export default class App extends React.Component {
)}
/>
<Route exact path="/feedback" component={Feedback} />
{/* <Route path="/" exact component={Home} /> */}
<Route exact path="*" component={Error404} />
</Switch>
</Router>
Expand Down

0 comments on commit cbda7f5

Please sign in to comment.