mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 11:36:57 +00:00
505 B
505 B
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