From 3574fe256e061ad3b1e9f49c0e33ae9952fa886e Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Wed, 27 Jul 2022 23:03:51 -0500 Subject: [PATCH] folder name change --- squarenotsquare/{components => screens}/Game.js | 0 squarenotsquare/{components => screens}/HighScore.js | 0 squarenotsquare/{components => screens}/Home.js | 0 squarenotsquare/{components => screens}/Settings.js | 0 squarenotsquare/{components => screens}/Splash.js | 0 squarenotsquare/{components => screens}/styles/AppStyles.js | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename squarenotsquare/{components => screens}/Game.js (100%) rename squarenotsquare/{components => screens}/HighScore.js (100%) rename squarenotsquare/{components => screens}/Home.js (100%) rename squarenotsquare/{components => screens}/Settings.js (100%) rename squarenotsquare/{components => screens}/Splash.js (100%) rename squarenotsquare/{components => screens}/styles/AppStyles.js (100%) diff --git a/squarenotsquare/components/Game.js b/squarenotsquare/screens/Game.js similarity index 100% rename from squarenotsquare/components/Game.js rename to squarenotsquare/screens/Game.js diff --git a/squarenotsquare/components/HighScore.js b/squarenotsquare/screens/HighScore.js similarity index 100% rename from squarenotsquare/components/HighScore.js rename to squarenotsquare/screens/HighScore.js diff --git a/squarenotsquare/components/Home.js b/squarenotsquare/screens/Home.js similarity index 100% rename from squarenotsquare/components/Home.js rename to squarenotsquare/screens/Home.js diff --git a/squarenotsquare/components/Settings.js b/squarenotsquare/screens/Settings.js similarity index 100% rename from squarenotsquare/components/Settings.js rename to squarenotsquare/screens/Settings.js diff --git a/squarenotsquare/components/Splash.js b/squarenotsquare/screens/Splash.js similarity index 100% rename from squarenotsquare/components/Splash.js rename to squarenotsquare/screens/Splash.js diff --git a/squarenotsquare/components/styles/AppStyles.js b/squarenotsquare/screens/styles/AppStyles.js similarity index 100% rename from squarenotsquare/components/styles/AppStyles.js rename to squarenotsquare/screens/styles/AppStyles.js