From a81e40f9720d45399472a597af6f569ce1000ed5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 13:26:03 +0000 Subject: [PATCH] Update repo structure --- PROJECT_STRUCTURE.md | 9 ++++++++- repo_structure.txt | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/PROJECT_STRUCTURE.md b/PROJECT_STRUCTURE.md index 23eecd9..c4c1406 100644 --- a/PROJECT_STRUCTURE.md +++ b/PROJECT_STRUCTURE.md @@ -256,6 +256,12 @@ │ ├── about us/ │ │ └── learnAboutUs.tsx │ ├── categories.tsx +│ ├── chatbot/ +│ │ ├── chatbot.tsx +│ │ ├── chatbotPage.tsx +│ │ ├── index.js +│ │ ├── steps.ts +│ │ └── styles.js │ ├── contactUsForm.tsx │ ├── contributorCard.tsx │ ├── features.tsx @@ -455,6 +461,7 @@ ├── tailwind.config.ts ├── tsconfig.json └── types/ - └── next-auth.d.ts + ├── next-auth.d.ts + └── react-simple-chatbot.d.ts ``` \ No newline at end of file diff --git a/repo_structure.txt b/repo_structure.txt index 5c79b67..e80f03c 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -252,6 +252,12 @@ │ ├── about us/ │ │ └── learnAboutUs.tsx │ ├── categories.tsx +│ ├── chatbot/ +│ │ ├── chatbot.tsx +│ │ ├── chatbotPage.tsx +│ │ ├── index.js +│ │ ├── steps.ts +│ │ └── styles.js │ ├── contactUsForm.tsx │ ├── contributorCard.tsx │ ├── features.tsx @@ -451,4 +457,5 @@ ├── tailwind.config.ts ├── tsconfig.json └── types/ - └── next-auth.d.ts \ No newline at end of file + ├── next-auth.d.ts + └── react-simple-chatbot.d.ts \ No newline at end of file