Skip to content

Commit ed07f9f

Browse files
committed
2 parents 8a0da93 + b090f38 commit ed07f9f

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

PROJECT_STRUCTURE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
│ ├── forumpage/
4343
│ │ ├── CreateForum.js
4444
│ │ └── ForumPost.js
45+
│ ├── homepage/
46+
│ │ ├── DiscoverSection.js
47+
│ │ ├── FeaturesSection.js
48+
│ │ ├── HeroSection.js
49+
│ │ ├── HowItWorksSection.js
50+
│ │ ├── ProblemSection.js
51+
│ │ └── SolutionSection.js
4552
│ └── profile/
4653
│ ├── Answers.jsx
4754
│ ├── DashboardTab.jsx

repo_structure.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
│ ├── forumpage/
3939
│ │ ├── CreateForum.js
4040
│ │ └── ForumPost.js
41+
│ ├── homepage/
42+
│ │ ├── DiscoverSection.js
43+
│ │ ├── FeaturesSection.js
44+
│ │ ├── HeroSection.js
45+
│ │ ├── HowItWorksSection.js
46+
│ │ ├── ProblemSection.js
47+
│ │ └── SolutionSection.js
4148
│ └── profile/
4249
│ ├── Answers.jsx
4350
│ ├── DashboardTab.jsx

0 commit comments

Comments
 (0)