From aeafe10f0e7fd415b5caca47e9c402ef36244e52 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 7 Jan 2020 02:10:25 +0000 Subject: [PATCH] Fix indentation --- webclient/package.json | 64 ++++++++++++++++---------------- webclient/public/index.html | 74 ++++++++++++++++++------------------- webclient/src/App.js | 14 +++---- 3 files changed, 76 insertions(+), 76 deletions(-) diff --git a/webclient/package.json b/webclient/package.json index 82bda14..57e544c 100644 --- a/webclient/package.json +++ b/webclient/package.json @@ -1,34 +1,34 @@ { - "name": "webclient", - "version": "0.1.0", - "private": true, - "dependencies": { - "@testing-library/jest-dom": "^4.2.4", - "@testing-library/react": "^9.3.2", - "@testing-library/user-event": "^7.1.2", - "react": "^16.12.0", - "react-dom": "^16.12.0", - "react-scripts": "3.3.0" - }, - "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject" - }, - "eslintConfig": { - "extends": "react-app" - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - } + "name": "webclient", + "version": "0.1.0", + "private": true, + "dependencies": { + "@testing-library/jest-dom": "^4.2.4", + "@testing-library/react": "^9.3.2", + "@testing-library/user-event": "^7.1.2", + "react": "^16.12.0", + "react-dom": "^16.12.0", + "react-scripts": "3.3.0" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, + "eslintConfig": { + "extends": "react-app" + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } } diff --git a/webclient/public/index.html b/webclient/public/index.html index aa069f2..867f58e 100644 --- a/webclient/public/index.html +++ b/webclient/public/index.html @@ -1,43 +1,43 @@ - - - - - - - - - - + + - React App - - - -
- + React App + + + +
+ - + To begin the development, run `npm start` or `yarn start`. + To create a production bundle, use `npm run build` or `yarn build`. + --> + diff --git a/webclient/src/App.js b/webclient/src/App.js index f83c896..7330c68 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -1,13 +1,13 @@ import React from 'react'; function App() { - return ( -
-
- Hello world -
-
- ); + return ( +
+
+ Hello world +
+
+ ); } export default App;