diff -r 6fb4de54acea -r 48ddaa42b810 client/src/App.js --- a/client/src/App.js Wed May 31 17:28:12 2017 +0200 +++ b/client/src/App.js Wed May 31 17:51:54 2017 +0200 @@ -1,44 +1,19 @@ import React, { Component } from 'react'; -import logo from './logo.svg'; -import { Grid, Navbar, Jumbotron, Button, Row, Col} from 'react-bootstrap'; + +// import logo from './logo.svg'; +import { Grid, Row, Col, Alert } from 'react-bootstrap'; import './App.css'; -import NotesContainer from './components/NotesContainer'; +import Navbar from './components/Navbar'; class App extends Component { render() { return (
- -
-
- To get started, edit src/App.js and save to reload.
-