Make the compiler happy (remove useless imports).
This commit is contained in:
parent
367e914fc7
commit
572dfc88a4
@ -1,13 +1,10 @@
|
||||
module App.UserPublic where
|
||||
|
||||
import Prelude
|
||||
|
||||
import Data.Maybe
|
||||
import Data.Maybe (Maybe)
|
||||
|
||||
import Data.Codec.Argonaut (JsonCodec)
|
||||
import Data.Codec.Argonaut as CA
|
||||
import Data.Codec.Argonaut.Record as CAR
|
||||
import Data.Newtype (class Newtype)
|
||||
|
||||
-- | Currently not the real type.
|
||||
-- | Lacks 'profile' attribute.
|
||||
|
Loading…
Reference in New Issue
Block a user