Skip to content

Commit

Permalink
Update repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2024
1 parent a98b50a commit a81e40f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion PROJECT_STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -455,6 +461,7 @@
├── tailwind.config.ts
├── tsconfig.json
└── types/
└── next-auth.d.ts
├── next-auth.d.ts
└── react-simple-chatbot.d.ts
```
<!-- END_STRUCTURE -->
9 changes: 8 additions & 1 deletion repo_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -451,4 +457,5 @@
├── tailwind.config.ts
├── tsconfig.json
└── types/
└── next-auth.d.ts
├── next-auth.d.ts
└── react-simple-chatbot.d.ts

0 comments on commit a81e40f

Please sign in to comment.