Skip to content

Commit

Permalink
Merge pull request #81 from dev129/feat-Loading
Browse files Browse the repository at this point in the history
Feat loadingUI
  • Loading branch information
GauravKesh authored Nov 7, 2024
2 parents 507077d + 8c14646 commit c9d9254
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 220 deletions.
9 changes: 8 additions & 1 deletion PROJECT_STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
│ ├── faq.tsx
│ ├── input.tsx
│ ├── pricing.tsx
│ ├── review.tsx
│ ├── sheet.tsx
│ ├── test.tsx
│ ├── textarea.tsx
Expand All @@ -80,13 +81,19 @@
│ └── utils.ts
├── middleware.ts
├── next.config.mjs
├── package-lock.json
├── package.json
├── page.tsx
├── postcss.config.mjs
├── public/
│ ├── Liam.jpg
│ ├── ava.jpg
│ ├── james.jpg
│ ├── logo.svg
│ ├── robots.txt
│ └── sitemap.xml
│ ├── sitemap.xml
│ ├── sophia.jpg
│ └── zara.jpg
├── repo_structure.txt
├── tailwind.config.ts
├── tsconfig.json
Expand Down
Loading

0 comments on commit c9d9254

Please sign in to comment.