aboutsummaryrefslogtreecommitdiffstats
path: root/src/Store.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Store.hs')
-rw-r--r--src/Store.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Store.hs b/src/Store.hs
index f7562f5..1cb9392 100644
--- a/src/Store.hs
+++ b/src/Store.hs
@@ -1,6 +1,8 @@
module Store
( module Store.Query,
+ module Store.Store,
)
where
import Store.Query
+import Store.Store