Structure
.
├── .next
│ ├── components
| │ ├── Button
| | │ ├── Button.tsx
| | │ └── index.ts
| │ └── index.ts
│ └── pages
| └── public
| └── styles
├── package.json
└── package-lock.json
└── tsconfig.json
└── tailwind.config.js
Last updated