diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-04 01:50:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-04 01:50:36 -0400 |
commit | 79d8f0aeadece4db8a8e774aa114f70a84d7760a (patch) | |
tree | 4ef58603e1c9d4183fd128fc768a3f0ed8b7fea3 /Assistant | |
parent | 0d021ce388369f3f683f9c9c8d13b5c983b12ca3 (diff) |
fix odd warning
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Alert.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index c818dbf32..d4770f646 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -24,7 +24,7 @@ import Assistant.Monad import Assistant.DaemonStatus import Assistant.WebApp.Types import Assistant.WebApp -import Yesod.Core +import Yesod #endif {- Makes a button for an alert that opens a Route. The button will |