mobile-wallet/core/ui/README.md

26 lines
484 B
Markdown
Raw Permalink Normal View History

### Module Graph
```mermaid
%%{
init: {
'theme': 'neutral'
}
}%%
graph LR
subgraph :core
:core:ui["ui"]
:core:analytics["analytics"]
:core:designsystem["designsystem"]
:core:model["model"]
:core:common["common"]
end
:core:ui --> :core:analytics
:core:ui --> :core:designsystem
:core:ui --> :core:model
:core:ui --> :core:common
```
# :core:ui module
## Dependency graph
![Dependency graph](../../docs/images/graphs-kmp/dep_graph_core_ui.svg)