diff options
Diffstat (limited to 'src/Store.hs')
-rw-r--r-- | src/Store.hs | 6 |
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 |