Make the compiler happy (remove useless imports).

beta
Philippe Pittoli 2023-07-08 17:05:34 +02:00
parent 367e914fc7
commit 572dfc88a4
1 changed files with 1 additions and 4 deletions

View File

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