mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 13:36:53 +00:00
| .. | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| README.md | ||
Module Graph
%%{
init: {
'theme': 'neutral'
}
}%%
graph LR
subgraph :core
:core:common["common"]
:core:data["data"]
:core:model["model"]
:core:datastore["datastore"]
end
:mifospay-web --> :mifospay-shared
:mifospay-web --> :core:common
:mifospay-web --> :core:data
:mifospay-web --> :core:model
:mifospay-web --> :core:datastore