diff --git a/app/components/Global.js b/app/components/Global.js deleted file mode 100644 index 3e7ce14..0000000 --- a/app/components/Global.js +++ /dev/null @@ -1,11 +0,0 @@ -import React, { Component } from 'react'; - -class Global extends Component { - render() { - return ( -
The Global App Component
- ) - } -} - -export default Global; diff --git a/app/index.js b/app/index.js index fa11956..e69de29 100644 --- a/app/index.js +++ b/app/index.js @@ -1,7 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom'; -import Global from './components/Global'; - -ReactDOM.render( - , document.getElementById('root') -); diff --git a/build/index.css b/build/index.css index 379d930..9202d0d 100644 --- a/build/index.css +++ b/build/index.css @@ -1,10 +1,9 @@ -/*STYLES FOR THE REACT PROJECT*/ -.App { +.Global { text-align: center; padding: 10px; } -/* Gallery styles */ +/* Gallery Styles */ .book { display: inline-block; width: 220px; diff --git a/build/index.html b/build/index.html index 0204729..1b2b9d2 100644 --- a/build/index.html +++ b/build/index.html @@ -3,7 +3,7 @@ App - +