mifos-mobile/cmp-web
2026-01-19 01:26:09 +00:00
..
src chore: Sync directories and files from upstream 2026-01-19 01:26:09 +00:00
.gitignore feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
build.gradle.kts chore: Sync directories and files from upstream 2026-01-19 01:26:09 +00:00
README.md feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00

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