diff options
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 |