chore: refresh module graph

This commit is contained in:
Harsh Shandilya 2023-08-10 03:09:47 +05:30
parent 591c68a6e4
commit 44438da292
No known key found for this signature in database
2 changed files with 9 additions and 3 deletions

View file

@ -19,11 +19,11 @@ Unofficial Android app for read-only access to [lobste.rs](https://lobste.rs), b
```mermaid
%%{
init: {
'theme': 'neutral'
'theme': 'dark'
}
}%%
graph LR
graph TB
benchmark --> android
android --> api
@ -31,6 +31,7 @@ graph LR
android --> core
android --> database
android --> model
android --> benchmark
api --> model
common --> core
common --> database