From 2d18f46fd5517dba51936cabf6e9193bfa65f5f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:12:01 +0000 Subject: [PATCH] Update repo structure --- PROJECT_STRUCTURE.md | 4 +++- repo_structure.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/PROJECT_STRUCTURE.md b/PROJECT_STRUCTURE.md index 2034304..722bcf7 100644 --- a/PROJECT_STRUCTURE.md +++ b/PROJECT_STRUCTURE.md @@ -12,7 +12,9 @@ ├── ai/ │ └── generateTagline.js ├── components/ -│ └── Home.jsx +│ ├── Contributors.jsx +│ ├── Home.jsx +│ └── MyCard.jsx ├── jsconfig.json ├── logos/ │ ├── dark-logo.ico diff --git a/repo_structure.txt b/repo_structure.txt index ce1a6be..bbe539e 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -8,7 +8,9 @@ ├── ai/ │ └── generateTagline.js ├── components/ -│ └── Home.jsx +│ ├── Contributors.jsx +│ ├── Home.jsx +│ └── MyCard.jsx ├── jsconfig.json ├── logos/ │ ├── dark-logo.ico