Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,17 @@ Storybook will be available at `http://localhost:6006`.
src/
├── components/
│ ├── ui/ # shadcn/ui base components
│ │ ├── accordion.tsx
│ │ ├── alert.tsx
│ │ ├── badge.tsx
│ │ ├── button.tsx
│ │ ├── input.tsx
│ │ ├── card.tsx
│ │ └── ...
│ │ ├── dialog.tsx
│ │ ├── dropdown-menu.tsx
│ │ ├── input.tsx
│ │ ├── separator.tsx
│ │ ├── sheet.tsx
│ │ └── tooltip.tsx
│ ├── header.tsx # App header with theme toggle & menu
│ ├── search-input.tsx # Invoice/address input
│ ├── invoice-details.tsx # Decoded invoice display
Expand Down
Loading