From 9d55761389dc69d00f1508571ab1c600a769c5f7 Mon Sep 17 00:00:00 2001
From: matt01671 <matt01671@gmail.com>
Date: Sun, 24 May 2020 13:45:28 +1200
Subject: [PATCH] name change

---
 {react ui => reactUI}/.gitkeep                      |   0
 {react ui => reactUI}/choropleth-map/.gitignore     |   0
 {react ui => reactUI}/choropleth-map/README.md      |   0
 {react ui => reactUI}/choropleth-map/package.json   |   0
 .../choropleth-map/public/favicon.ico               | Bin
 .../choropleth-map/public/index.html                |   0
 .../choropleth-map/public/manifest.json             |   0
 {react ui => reactUI}/choropleth-map/src/App.css    |   0
 {react ui => reactUI}/choropleth-map/src/App.js     |   0
 .../choropleth-map/src/App.test.js                  |   0
 .../src/components/Australia.topo.json              |   0
 .../choropleth-map/src/components/ChoroplethMap.js  |   0
 .../choropleth-map/src/components/Info.js           |   0
 {react ui => reactUI}/choropleth-map/src/index.css  |   0
 {react ui => reactUI}/choropleth-map/src/index.js   |   0
 .../choropleth-map/src/serviceWorker.js             |   0
 {react ui => reactUI}/package.json                  |   0
 {react ui => reactUI}/server.js                     |   0
 18 files changed, 0 insertions(+), 0 deletions(-)
 rename {react ui => reactUI}/.gitkeep (100%)
 rename {react ui => reactUI}/choropleth-map/.gitignore (100%)
 rename {react ui => reactUI}/choropleth-map/README.md (100%)
 rename {react ui => reactUI}/choropleth-map/package.json (100%)
 rename {react ui => reactUI}/choropleth-map/public/favicon.ico (100%)
 rename {react ui => reactUI}/choropleth-map/public/index.html (100%)
 rename {react ui => reactUI}/choropleth-map/public/manifest.json (100%)
 rename {react ui => reactUI}/choropleth-map/src/App.css (100%)
 rename {react ui => reactUI}/choropleth-map/src/App.js (100%)
 rename {react ui => reactUI}/choropleth-map/src/App.test.js (100%)
 rename {react ui => reactUI}/choropleth-map/src/components/Australia.topo.json (100%)
 rename {react ui => reactUI}/choropleth-map/src/components/ChoroplethMap.js (100%)
 rename {react ui => reactUI}/choropleth-map/src/components/Info.js (100%)
 rename {react ui => reactUI}/choropleth-map/src/index.css (100%)
 rename {react ui => reactUI}/choropleth-map/src/index.js (100%)
 rename {react ui => reactUI}/choropleth-map/src/serviceWorker.js (100%)
 rename {react ui => reactUI}/package.json (100%)
 rename {react ui => reactUI}/server.js (100%)

diff --git a/react ui/.gitkeep b/reactUI/.gitkeep
similarity index 100%
rename from react ui/.gitkeep
rename to reactUI/.gitkeep
diff --git a/react ui/choropleth-map/.gitignore b/reactUI/choropleth-map/.gitignore
similarity index 100%
rename from react ui/choropleth-map/.gitignore
rename to reactUI/choropleth-map/.gitignore
diff --git a/react ui/choropleth-map/README.md b/reactUI/choropleth-map/README.md
similarity index 100%
rename from react ui/choropleth-map/README.md
rename to reactUI/choropleth-map/README.md
diff --git a/react ui/choropleth-map/package.json b/reactUI/choropleth-map/package.json
similarity index 100%
rename from react ui/choropleth-map/package.json
rename to reactUI/choropleth-map/package.json
diff --git a/react ui/choropleth-map/public/favicon.ico b/reactUI/choropleth-map/public/favicon.ico
similarity index 100%
rename from react ui/choropleth-map/public/favicon.ico
rename to reactUI/choropleth-map/public/favicon.ico
diff --git a/react ui/choropleth-map/public/index.html b/reactUI/choropleth-map/public/index.html
similarity index 100%
rename from react ui/choropleth-map/public/index.html
rename to reactUI/choropleth-map/public/index.html
diff --git a/react ui/choropleth-map/public/manifest.json b/reactUI/choropleth-map/public/manifest.json
similarity index 100%
rename from react ui/choropleth-map/public/manifest.json
rename to reactUI/choropleth-map/public/manifest.json
diff --git a/react ui/choropleth-map/src/App.css b/reactUI/choropleth-map/src/App.css
similarity index 100%
rename from react ui/choropleth-map/src/App.css
rename to reactUI/choropleth-map/src/App.css
diff --git a/react ui/choropleth-map/src/App.js b/reactUI/choropleth-map/src/App.js
similarity index 100%
rename from react ui/choropleth-map/src/App.js
rename to reactUI/choropleth-map/src/App.js
diff --git a/react ui/choropleth-map/src/App.test.js b/reactUI/choropleth-map/src/App.test.js
similarity index 100%
rename from react ui/choropleth-map/src/App.test.js
rename to reactUI/choropleth-map/src/App.test.js
diff --git a/react ui/choropleth-map/src/components/Australia.topo.json b/reactUI/choropleth-map/src/components/Australia.topo.json
similarity index 100%
rename from react ui/choropleth-map/src/components/Australia.topo.json
rename to reactUI/choropleth-map/src/components/Australia.topo.json
diff --git a/react ui/choropleth-map/src/components/ChoroplethMap.js b/reactUI/choropleth-map/src/components/ChoroplethMap.js
similarity index 100%
rename from react ui/choropleth-map/src/components/ChoroplethMap.js
rename to reactUI/choropleth-map/src/components/ChoroplethMap.js
diff --git a/react ui/choropleth-map/src/components/Info.js b/reactUI/choropleth-map/src/components/Info.js
similarity index 100%
rename from react ui/choropleth-map/src/components/Info.js
rename to reactUI/choropleth-map/src/components/Info.js
diff --git a/react ui/choropleth-map/src/index.css b/reactUI/choropleth-map/src/index.css
similarity index 100%
rename from react ui/choropleth-map/src/index.css
rename to reactUI/choropleth-map/src/index.css
diff --git a/react ui/choropleth-map/src/index.js b/reactUI/choropleth-map/src/index.js
similarity index 100%
rename from react ui/choropleth-map/src/index.js
rename to reactUI/choropleth-map/src/index.js
diff --git a/react ui/choropleth-map/src/serviceWorker.js b/reactUI/choropleth-map/src/serviceWorker.js
similarity index 100%
rename from react ui/choropleth-map/src/serviceWorker.js
rename to reactUI/choropleth-map/src/serviceWorker.js
diff --git a/react ui/package.json b/reactUI/package.json
similarity index 100%
rename from react ui/package.json
rename to reactUI/package.json
diff --git a/react ui/server.js b/reactUI/server.js
similarity index 100%
rename from react ui/server.js
rename to reactUI/server.js
-- 
GitLab