remove unneeded imports
This commit is contained in:
parent
56941ad235
commit
f10a729a22
1 changed files with 0 additions and 3 deletions
|
@ -1,14 +1,11 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
module Control.Meta where
|
module Control.Meta where
|
||||||
|
|
||||||
import Servant
|
|
||||||
|
|
||||||
import Control.Monad.Reader (ask)
|
import Control.Monad.Reader (ask)
|
||||||
|
|
||||||
-- internal imports
|
-- internal imports
|
||||||
|
|
||||||
import Types
|
import Types
|
||||||
import Model
|
|
||||||
|
|
||||||
metaGet :: MateHandler MetaInformation
|
metaGet :: MateHandler MetaInformation
|
||||||
metaGet = do
|
metaGet = do
|
||||||
|
|
Loading…
Reference in a new issue