feat(store): init module

Fixes PP-83
This commit is contained in:
Harsh Shandilya 2024-06-07 17:50:03 +05:30
parent 679e177d47
commit 2e91db6908
4 changed files with 31 additions and 0 deletions

View file

@ -110,5 +110,6 @@ include(
"database:core",
"database:impl",
"model",
"store",
"web",
)