Commit b49b675b authored by Pedro Fonseca's avatar Pedro Fonseca
Browse files

preparando para dar merge

parent c6ccef8f
Showing with 3 additions and 14 deletions
+3 -14
import './App.css';
import React from 'react';
import Header from './components/bookshelf/bookshelf';
import BookReader from './components/reader/bookreader';
import Navbar from './components/footer-component/footer';
import WithLabelExample from './components/progress-bar/progress';
function App() {
return (
<div className="App">
<Header />
<main>
<WithLabelExample />
<Navbar></Navbar>
</main>
</div>
);
}
export default App;
\ No newline at end of file
export default App;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment