Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 273 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 273 Bytes

Структура проекта

$PROJECT_ROOT
├── App.tsx        # Entry point
└── src
    ├── context    # React context
    ├── components # UI components
    ├── hooks      # Custom hooks 
    └── utils      # Helpers