mifos-mobile/cmp-web
2025-07-13 22:02:57 +05:30
..
src refactor: enhance navigation and screens (#2858) 2025-07-13 22:02:57 +05:30
.gitignore feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04:00
build.gradle.kts feat: Setup application modules (#2760) 2025-05-13 12:38:24 -04: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