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 #-}
|
||||
module Control.Meta where
|
||||
|
||||
import Servant
|
||||
|
||||
import Control.Monad.Reader (ask)
|
||||
|
||||
-- internal imports
|
||||
|
||||
import Types
|
||||
import Model
|
||||
|
||||
metaGet :: MateHandler MetaInformation
|
||||
metaGet = do
|
||||
|
|
Loading…
Reference in a new issue