mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 09:37:24 +00:00
| .. | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| README.md | ||
Module Graph
%%{
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