Skip to content

Commit c979cc6

Browse files
authored
Update README.md
1 parent 88a212c commit c979cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Feature-first structure with clear boundaries.
7575

7676
```text
7777
src/
78+
├── config/ # Env, constants, feature flags
7879
├── navigation/ # App navigation, it's persistence and helpers
7980
├── session/ # App bootstrap and session flow
80-
├── config/ # Env, constants, feature flags
8181
├── i18n/ # Localization setup and typed translations
8282
├── shared/ # Cross-app code used by multiple features
8383
│ ├── components/

0 commit comments

Comments
 (0)