remove unneeded imports

This commit is contained in:
nek0 2019-12-26 09:28:46 +01:00
parent 56941ad235
commit f10a729a22
1 changed files with 0 additions and 3 deletions

View File

@ -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