Skip to content

Commit

Permalink
Update STRUCTURE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azinit authored Oct 12, 2020
1 parent e15ee92 commit bf72654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function YourComponent(props: Props) {

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

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

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

**Recommends to get all needed submodules namely with its**
Expand Down

0 comments on commit bf72654

Please sign in to comment.