Skip to content

Commit 068f6bd

Browse files
committed
Update README structure section
1 parent 15fdae0 commit 068f6bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,11 @@ App/
127127
│ ├── Text/
128128
│ │ ├── index.tsx
129129
│ │ └── styles.ts
130-
│ └── Utilities/
131-
│ └── Environment/
132-
│ ├── index.tsx
133-
│ └── styles.ts
130+
│ ├── Utilities/
131+
│ │ └── Environment/
132+
│ │ ├── index.tsx
133+
│ │ └── styles.ts
134+
│ └── Router.tsx
134135
├── Config/
135136
│ ├── Locales/
136137
│ │ └── en.json
@@ -162,7 +163,6 @@ App/
162163
├── Theme/
163164
│ └── index.js
164165
├── index.tsx
165-
├── Router.ts
166166
└── Theme.ts
167167
```
168168

0 commit comments

Comments
 (0)