aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/app/Page/NewCollection.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-10-12 10:16:52 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-10-12 10:16:52 +0200
commit6d356977af31903ccb8fc81ce87cc4a003792205 (patch)
tree47e5ad8ea36f3f3b4eb8e9082ae25269c5209bb9 /frontend/app/Page/NewCollection.hs
parent80a6150610182eefa0deb1f0932d3b780456ca09 (diff)
clean up warnings
Diffstat (limited to 'frontend/app/Page/NewCollection.hs')
-rw-r--r--frontend/app/Page/NewCollection.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/app/Page/NewCollection.hs b/frontend/app/Page/NewCollection.hs
index a15d4a7..bc789f8 100644
--- a/frontend/app/Page/NewCollection.hs
+++ b/frontend/app/Page/NewCollection.hs
@@ -10,7 +10,6 @@ where
import ACMS.API.REST qualified as API.REST
import Control.Monad.Catch (SomeException, try)
import Data.Aeson qualified as A
-import Data.Text qualified as T
import Effect (Eff)
import Effect qualified as E
import Form qualified as F