From 8b9fd2303dfeaee42d9fca66907b12a552ceae60 Mon Sep 17 00:00:00 2001 From: WildScotsmen Date: Sun, 25 Nov 2018 17:46:49 -0500 Subject: [PATCH] Fixed more merge conflicts. --- src/components/Main.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/components/Main.js b/src/components/Main.js index eb14fb6..0af7536 100644 --- a/src/components/Main.js +++ b/src/components/Main.js @@ -14,11 +14,8 @@ import Hidden from '@material-ui/core/Hidden'; import Divider from '@material-ui/core/Divider'; import MenuIcon from '@material-ui/icons/Menu'; import HomeIcon from '@material-ui/icons/Home'; -<<<<<<< HEAD import EmailIcon from '@material-ui/icons/Email'; -======= import PhotoLibraryIcon from '@material-ui/icons/PhotoLibrary'; ->>>>>>> ce9f5e9c512de50492974fc8bc0d368750fb8307 import AssignmentIcon from '@material-ui/icons/Assignment'; import MapIcon from '@material-ui/icons/Map'; import InfoIcon from '@material-ui/icons/Info'; @@ -231,12 +228,8 @@ class ResponsiveDrawer extends React.Component { {this.state.key === 'Report' && } {this.state.key === 'Map' && } {this.state.key === 'List' && } -<<<<<<< HEAD - {this.state.key === 'About' && } - {this.state.key === 'Contact' && } -======= {this.state.key === 'About' && } ->>>>>>> ce9f5e9c512de50492974fc8bc0d368750fb8307 + {this.state.key === 'Contact' && } {this.state.key === 'Easy-Quiz' && } {this.state.key === 'Intermediate-Quiz' && } {this.state.key === 'Advanced-Quiz' && }