From 62fb803b901019219f7ff8b3433c3875e4989eac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 09:52:10 +0000 Subject: [PATCH] Update repo structure --- PROJECT_STRUCTURE.md | 2 ++ repo_structure.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/PROJECT_STRUCTURE.md b/PROJECT_STRUCTURE.md index 7b905ec..083cc8b 100644 --- a/PROJECT_STRUCTURE.md +++ b/PROJECT_STRUCTURE.md @@ -1214,6 +1214,7 @@ │ │ ├── About.module.css │ │ ├── ApplicationForm.css │ │ ├── ApplicationForm.module.css +│ │ ├── DiscussionSection.module.css │ │ ├── Feedback.module.css │ │ ├── NotFound.css │ │ ├── SigninWithGoogle.module.css @@ -1275,6 +1276,7 @@ │ │ ├── CreateBlog.jsx │ │ ├── CreateTest.jsx │ │ ├── Dashboard.jsx +│ │ ├── DiscussionSection.jsx │ │ ├── EditProfile.jsx │ │ ├── Employer.jsx │ │ ├── Error404.jsx diff --git a/repo_structure.txt b/repo_structure.txt index 52a0f07..dda703b 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -1210,6 +1210,7 @@ │ │ ├── About.module.css │ │ ├── ApplicationForm.css │ │ ├── ApplicationForm.module.css +│ │ ├── DiscussionSection.module.css │ │ ├── Feedback.module.css │ │ ├── NotFound.css │ │ ├── SigninWithGoogle.module.css @@ -1271,6 +1272,7 @@ │ │ ├── CreateBlog.jsx │ │ ├── CreateTest.jsx │ │ ├── Dashboard.jsx +│ │ ├── DiscussionSection.jsx │ │ ├── EditProfile.jsx │ │ ├── Employer.jsx │ │ ├── Error404.jsx