From e74fd5d350a2c1c7cd35cc1196bb427e70491aad Mon Sep 17 00:00:00 2001 From: davidkatz <15Dkatz@shcp.edu> Date: Mon, 20 Feb 2017 08:56:07 -0800 Subject: [PATCH] cleaning files --- app/components/Global.js | 11 ----------- app/index.js | 7 ------- build/index.css | 5 ++--- build/index.html | 2 +- 4 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 app/components/Global.js 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 - +