From 8990d28da89df2534d917bf49366babc0b7f7204 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:25:40 +0000 Subject: [PATCH] Update repo structure --- PROJECT_STRUCTURE.md | 6 +++++- repo_structure.txt | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/PROJECT_STRUCTURE.md b/PROJECT_STRUCTURE.md index 6108a8c4..a16fa479 100644 --- a/PROJECT_STRUCTURE.md +++ b/PROJECT_STRUCTURE.md @@ -5671,6 +5671,7 @@ │ │ ├── contributors.css │ │ ├── scroll.css │ │ ├── style.css +│ │ ├── themeToggle.css │ │ └── toastify.css │ ├── img/ │ │ ├── AI_Image _Generator.png @@ -5836,6 +5837,7 @@ │ │ ├── medicationSchedule.png │ │ ├── menja.png │ │ ├── mindgame.png +│ │ ├── moon.icon.png │ │ ├── moto_racer.png │ │ ├── newsApp.png │ │ ├── noresultimg.png @@ -5850,6 +5852,7 @@ │ │ ├── rockband.png │ │ ├── secret.png │ │ ├── solver.png +│ │ ├── sun.icon.png │ │ ├── tetris_Game_pic.png │ │ ├── tiktok.png │ │ ├── towerblock.png @@ -5866,7 +5869,8 @@ │ │ ├── index.js │ │ ├── script.js │ │ ├── scroll.js -│ │ └── subscribe.js +│ │ ├── subscribe.js +│ │ └── toggletheme.js │ ├── main.mp4 │ └── main.webm ├── backend/ diff --git a/repo_structure.txt b/repo_structure.txt index b7c81e0f..833f936d 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -5667,6 +5667,7 @@ │ │ ├── contributors.css │ │ ├── scroll.css │ │ ├── style.css +│ │ ├── themeToggle.css │ │ └── toastify.css │ ├── img/ │ │ ├── AI_Image _Generator.png @@ -5832,6 +5833,7 @@ │ │ ├── medicationSchedule.png │ │ ├── menja.png │ │ ├── mindgame.png +│ │ ├── moon.icon.png │ │ ├── moto_racer.png │ │ ├── newsApp.png │ │ ├── noresultimg.png @@ -5846,6 +5848,7 @@ │ │ ├── rockband.png │ │ ├── secret.png │ │ ├── solver.png +│ │ ├── sun.icon.png │ │ ├── tetris_Game_pic.png │ │ ├── tiktok.png │ │ ├── towerblock.png @@ -5862,7 +5865,8 @@ │ │ ├── index.js │ │ ├── script.js │ │ ├── scroll.js -│ │ └── subscribe.js +│ │ ├── subscribe.js +│ │ └── toggletheme.js │ ├── main.mp4 │ └── main.webm ├── backend/