From b1546bf3b7d873ac1f23c3e45166c95a9beb7083 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Sat, 27 Sep 2025 00:17:15 -0500 Subject: [PATCH] Rearranging files to their proper directory structure #PHO-1. --- .idea/dictionaries/project.xml | 7 + .idea/jsLibraryMappings.xml | 6 + .idea/workspace.xml | 123 +- .idea/zencoder-chat-index.xml | 7 + .../e8974325-e6b0-49e1-9d8b-2a02349fcf64.json | 1033 +++++++++++++++++ src/App.js | 11 +- src/app/components/Login.jsx | 58 - src/app/routes.js | 4 +- src/app/views/Dashboard/Dashboard.jsx | 98 +- src/app/{components => views/Files}/Files.jsx | 2 +- src/app/views/{ => Git}/Git.jsx | 2 +- src/app/views/{ => Login}/Login.jsx | 116 +- src/app/{components => views/Posts}/Posts.jsx | 4 +- src/index.css | 2 +- 14 files changed, 1151 insertions(+), 322 deletions(-) create mode 100755 .idea/dictionaries/project.xml create mode 100755 .idea/jsLibraryMappings.xml create mode 100755 .idea/zencoder-chat-index.xml create mode 100755 .idea/zencoder/chats/e8974325-e6b0-49e1-9d8b-2a02349fcf64.json delete mode 100755 src/app/components/Login.jsx rename src/app/{components => views/Files}/Files.jsx (98%) rename src/app/views/{ => Git}/Git.jsx (97%) rename src/app/views/{ => Login}/Login.jsx (59%) rename src/app/{components => views/Posts}/Posts.jsx (98%) diff --git a/.idea/dictionaries/project.xml b/.idea/dictionaries/project.xml new file mode 100755 index 0000000..594efe4 --- /dev/null +++ b/.idea/dictionaries/project.xml @@ -0,0 +1,7 @@ + + + + wray + + + \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100755 index 0000000..d23208f --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c565804..461827d 100755 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,47 +4,18 @@