diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-16 23:31:22 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-16 23:31:22 +0200 |
commit | 9f94013ddc1b6ac7256b9cebcf8685949ce88c34 (patch) | |
tree | 217f6c6de0e6df13f1537deac15e3b4bfa93312f /Application.hs | |
parent | 37c09531ec4986df3c5bc12737273b059d35f2b3 (diff) | |
download | bar-9f94013ddc1b6ac7256b9cebcf8685949ce88c34.tar bar-9f94013ddc1b6ac7256b9cebcf8685949ce88c34.tar.gz bar-9f94013ddc1b6ac7256b9cebcf8685949ce88c34.tar.bz2 bar-9f94013ddc1b6ac7256b9cebcf8685949ce88c34.tar.xz bar-9f94013ddc1b6ac7256b9cebcf8685949ce88c34.zip |
Quick Action for running low
Diffstat (limited to 'Application.hs')
-rw-r--r-- | Application.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Application.hs b/Application.hs index 46dc4c1..0f86dd4 100644 --- a/Application.hs +++ b/Application.hs | |||
@@ -36,6 +36,7 @@ import System.Log.FastLogger (defaultBufSize, newStdoutLoggerSet, | |||
36 | import Handler.InventoryListing | 36 | import Handler.InventoryListing |
37 | import Handler.UpdateItem | 37 | import Handler.UpdateItem |
38 | import Handler.OpenItem | 38 | import Handler.OpenItem |
39 | import Handler.LowItem | ||
39 | import Handler.DeleteItem | 40 | import Handler.DeleteItem |
40 | import Handler.Item | 41 | import Handler.Item |
41 | import Handler.ReferenceListing | 42 | import Handler.ReferenceListing |