diff -r 431977d7c9a6 -r b52921a63e77 client/src/App.js --- a/client/src/App.js Mon May 22 14:34:35 2017 +0200 +++ b/client/src/App.js Mon May 22 17:59:19 2017 +0200 @@ -1,23 +1,50 @@ import React, { Component } from 'react'; import logo from './logo.svg'; +import { Grid, Navbar, Jumbotron, Button, Row, Col} from 'react-bootstrap'; import './App.css'; import NotesContainer from './components/NotesContainer'; class App extends Component { render() { return ( -
-
- logo -

Welcome to React

-
-

- To get started, edit src/App.js and save to reload. -

- < NotesContainer /> +
+ + + + + React App + + + + + + + +

Welcome to React logo

+

+ +

+

+ To get started, edit src/App.js and save to reload. +

+
+
+ + + + < NotesContainer /> + + +
); } } -export default App; +export default App; \ No newline at end of file