mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 14:16:54 +00:00
484 B
484 B
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