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 6, 2024
1 parent f7e0d1f commit 2d18f46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion PROJECT_STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
├── ai/
│ └── generateTagline.js
├── components/
│ └── Home.jsx
│ ├── Contributors.jsx
│ ├── Home.jsx
│ └── MyCard.jsx
├── jsconfig.json
├── logos/
│ ├── dark-logo.ico
Expand Down
4 changes: 3 additions & 1 deletion repo_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
├── ai/
│ └── generateTagline.js
├── components/
│ └── Home.jsx
│ ├── Contributors.jsx
│ ├── Home.jsx
│ └── MyCard.jsx
├── jsconfig.json
├── logos/
│ ├── dark-logo.ico
Expand Down

0 comments on commit 2d18f46

Please sign in to comment.