Skip to content

Commit bf72654

Browse files
authored
Update STRUCTURE.md
1 parent e15ee92 commit bf72654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

STRUCTURE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function YourComponent(props: Props) {
7171

7272
> codegen by `@graphql-codegen`, more details in [codegen.yml](/codegen.yml)
7373
74-
#### Assets
74+
## Assets
7575
Perfectly, all static *assets* files should locate on related components level (**on using level**).
7676

7777
> Because of - generally - there is own **unique** icons collection for every UI area
@@ -83,7 +83,7 @@ If its **very necesary and matter** for you - to have common-used icons, then lo
8383
├── assets/
8484
```
8585

86-
#### Shared
86+
## Shared
8787
There is public API declaration file (`index.ts`) in all shared modules (with module's API for other modules)
8888

8989
**Recommends to get all needed submodules namely with its**

0 commit comments

Comments
 (0)