From 863841bd748b765c94aa8b4b5e945b6f4b0056a9 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 22 Jun 2021 03:03:51 +0000 Subject: [PATCH] Rename webclient to client --- {webclient => client}/.gitignore | 0 {webclient => client}/package.json | 0 {webclient => client}/public/index.html | 0 {webclient => client}/src/App.css | 0 {webclient => client}/src/App.js | 0 {webclient => client}/src/index.js | 0 {webclient => client}/yarn.lock | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {webclient => client}/.gitignore (100%) rename {webclient => client}/package.json (100%) rename {webclient => client}/public/index.html (100%) rename {webclient => client}/src/App.css (100%) rename {webclient => client}/src/App.js (100%) rename {webclient => client}/src/index.js (100%) rename {webclient => client}/yarn.lock (100%) diff --git a/webclient/.gitignore b/client/.gitignore similarity index 100% rename from webclient/.gitignore rename to client/.gitignore diff --git a/webclient/package.json b/client/package.json similarity index 100% rename from webclient/package.json rename to client/package.json diff --git a/webclient/public/index.html b/client/public/index.html similarity index 100% rename from webclient/public/index.html rename to client/public/index.html diff --git a/webclient/src/App.css b/client/src/App.css similarity index 100% rename from webclient/src/App.css rename to client/src/App.css diff --git a/webclient/src/App.js b/client/src/App.js similarity index 100% rename from webclient/src/App.js rename to client/src/App.js diff --git a/webclient/src/index.js b/client/src/index.js similarity index 100% rename from webclient/src/index.js rename to client/src/index.js diff --git a/webclient/yarn.lock b/client/yarn.lock similarity index 100% rename from webclient/yarn.lock rename to client/yarn.lock