Skip to content

Commit b21910d

Browse files
Update README.MD
1 parent d2a12f4 commit b21910d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.MD

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
2020
src/ #project root
2121
| ├── common/ #common app
22-
| | |── apis/ #apis of feature
23-
| | |── assets/ #assets file
24-
| | |── components/ #common components reuse
22+
| | ── apis/ #apis of feature
23+
| | ── assets/ #assets file
24+
| | ── components/ #common components reuse
2525
| | ├── helpers/ #share an function logic for our app
26-
| | |── i18n/ #multi languages
26+
| | ── i18n/ #multi languages
2727
| | ├── models/ #define interface
2828
| | ├── recoil/ #state management source
29-
| | |── themes/ #themes app
29+
| | ── themes/ #themes app
3030
│ ├── configs/ #configs project
3131
│ ├── views/ #screens source
32-
| |── routes/ #common routes
32+
| ── routes/ #common routes
3333
│ ├── services/ #services source
3434
│ ├── Endpoint.ts
3535

0 commit comments

Comments
 (0)