1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Markus Koschany <apo@debian.org>
Date: Wed, 16 May 2018 13:57:31 +0200
Subject: Items module
Bug-Debian: https://bugs.debian.org/897542
Forwarded: no
---
src/UI/ItemPanel.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/UI/ItemPanel.hs b/src/UI/ItemPanel.hs
index 181d4b9..519c93b 100644
--- a/src/UI/ItemPanel.hs
+++ b/src/UI/ItemPanel.hs
@@ -1,8 +1,8 @@
module UI.ItemPanel
(ItemPanel(ItemPanel),
- itemButtonList) where
+ itemButtonlist) where
-import Item.Items
+import Items.Items
data ItemPanel = ItemPanel
{
|