mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 16:56:48 +00:00
446 B
446 B
Module Graph
%%{
init: {
'theme': 'neutral'
}
}%%
graph LR
subgraph :core
:core:network["network"]
:core:common["common"]
:core:model["model"]
:core:datastore["datastore"]
end
:core:network --> :core:common
:core:network --> :core:model
:core:network --> :core:datastore