Skip to content

Commit

Permalink
create other components for all pages ecxept the flights view page wi…
Browse files Browse the repository at this point in the history
…th a little change #13
  • Loading branch information
Balsam-Faysal committed Jul 26, 2018
1 parent 63410eb commit ec32230
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ import UpdateFlight from './pages/updateFlight';
import './App.css';

class App extends Component {
constructor(props) {
super(props);
this.state = { nameOfView : 'login',
}
}
render() {
return (
<Login />
Expand Down

0 comments on commit ec32230

Please sign in to comment.