From 089f4c46e9dff72f72b19c39c7f63692c34772be Mon Sep 17 00:00:00 2001 From: Jared Price Date: Sat, 28 Oct 2017 09:27:54 -0600 Subject: [PATCH 1/2] added missing semicolons --- src/components/app.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/app.js b/src/components/app.js index 1b0e9bf..f5d7aad 100644 --- a/src/components/app.js +++ b/src/components/app.js @@ -1,11 +1,11 @@ import React, { Component } from 'react'; -import Alex from './alex' -import Saundra from './saundra' +import Alex from './alex'; +import Saundra from './saundra'; -import Landon from './landon' -import Paola from './Paola' -import Jared from './jared' -import Josh from './josh' +import Landon from './landon'; +import Paola from './Paola'; +import Jared from './jared'; +import Josh from './josh'; class App extends Component { render() { @@ -23,4 +23,6 @@ import Josh from './josh' } } +test test test + export default App From 49db208a84650ba6db072bf3f4571a762907f184 Mon Sep 17 00:00:00 2001 From: Jared Price Date: Sat, 28 Oct 2017 09:38:08 -0600 Subject: [PATCH 2/2] test --- src/components/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/app.js b/src/components/app.js index f5d7aad..c7a8587 100644 --- a/src/components/app.js +++ b/src/components/app.js @@ -23,6 +23,5 @@ import Josh from './josh'; } } -test test test export default App