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