From 133aae7f9dae12f73190f12aad3c8d5ff12f660b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 15 Oct 2024 12:23:40 +0000 Subject: [PATCH] Update repo structure --- project-structure.md | 3 ++- project_structure.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/project-structure.md b/project-structure.md index 01c7e8ab..7903475d 100644 --- a/project-structure.md +++ b/project-structure.md @@ -59,6 +59,7 @@ ├── reviews.html ├── script.js ├── star-rating.js -└── style.css +├── style.css +└── team.html ``` \ No newline at end of file diff --git a/project_structure.txt b/project_structure.txt index 180f1c23..549667a7 100644 --- a/project_structure.txt +++ b/project_structure.txt @@ -57,4 +57,5 @@ ├── reviews.html ├── script.js ├── star-rating.js -└── style.css \ No newline at end of file +├── style.css +└── team.html \ No newline at end of file