diff options
Diffstat (limited to 'frontend/app/Page/NewCollection.hs')
-rw-r--r-- | frontend/app/Page/NewCollection.hs | 1 |
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 |