diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-28 14:56:52 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-28 14:56:52 +0200 |
commit | d28c483bdba02cf4163e99efcb07f2ee525ddda1 (patch) | |
tree | f9becdc79bcb6495e462ec2f17762a63182dbc2a /Application.hs | |
parent | de1513a40da72632b500c710c5254c8e3639b7bd (diff) | |
download | bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.tar bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.tar.gz bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.tar.bz2 bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.tar.xz bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.zip |
Implement list view
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 3a16e88..aa9422f 100644 --- a/Application.hs +++ b/Application.hs | |||
@@ -43,6 +43,7 @@ import Handler.DeleteRefItem | |||
43 | import Handler.Kinds | 43 | import Handler.Kinds |
44 | import Handler.Types | 44 | import Handler.Types |
45 | import Handler.List | 45 | import Handler.List |
46 | import Handler.InventoryList | ||
46 | 47 | ||
47 | -- This line actually creates our YesodDispatch instance. It is the second half | 48 | -- This line actually creates our YesodDispatch instance. It is the second half |
48 | -- of the call to mkYesodData which occurs in Foundation.hs. Please see the | 49 | -- of the call to mkYesodData which occurs in Foundation.hs. Please see the |