Redundant imports
This commit is contained in:
parent
aba67b060c
commit
034685e40e
4 changed files with 0 additions and 5 deletions
|
@ -19,10 +19,8 @@ import Import.NoFoundation
|
|||
import Database.Persist.Sql (ConnectionPool, runSqlPool)
|
||||
import Text.Hamlet (hamletFile)
|
||||
import Text.Jasmine (minifym)
|
||||
import Yesod.Auth.BrowserId (authBrowserId)
|
||||
import Yesod.Default.Util (addStaticContentExternal)
|
||||
import Yesod.Core.Types (Logger)
|
||||
import Settings.StaticFiles
|
||||
--snip
|
||||
import qualified Data.Text as T
|
||||
import Network.Wai as Wai
|
||||
|
|
|
@ -18,7 +18,6 @@ module Handler.Avatar where
|
|||
import Import
|
||||
import Handler.Common
|
||||
import Data.Conduit.Binary
|
||||
import qualified Data.Text as T
|
||||
import qualified Data.ByteString as B
|
||||
import qualified Data.ByteString.Lazy as L
|
||||
import Data.ByteString.Base64
|
||||
|
|
|
@ -17,7 +17,6 @@ module Handler.Buy where
|
|||
|
||||
import Import
|
||||
import Handler.Common
|
||||
import Text.Blaze.Internal
|
||||
import Text.Shakespeare.Text
|
||||
|
||||
getBuyR :: UserId -> BeverageId -> Handler Html
|
||||
|
|
|
@ -3,7 +3,6 @@ module Handler.Supplier where
|
|||
import Import
|
||||
import Handler.Common
|
||||
import Data.Maybe
|
||||
import qualified Data.Text as T
|
||||
|
||||
getSupplierR :: Handler Html
|
||||
getSupplierR = do
|
||||
|
|
Loading…
Reference in a new issue