Просмотр исходного кода

fix(sidebar): incorrect import

Jocelyn Boullier 5 лет назад
Родитель
Сommit
60160a4ef9
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/Sortable/Sortable.purs

+ 0 - 1
src/Sortable/Sortable.purs

@@ -20,7 +20,6 @@ import Effect (Effect)
 import Effect.Exception (throw)
 import Effect.Exception (throw)
 import Foreign (F, Foreign, ForeignError(..), fail, isNull, isUndefined, readInt, readNull, readNullOrUndefined, readNumber, renderForeignError, tagOf, unsafeFromForeign)
 import Foreign (F, Foreign, ForeignError(..), fail, isNull, isUndefined, readInt, readNull, readNullOrUndefined, readNumber, renderForeignError, tagOf, unsafeFromForeign)
 import Foreign.Index ((!))
 import Foreign.Index ((!))
-import Heterogeneous.Mapping (class MappingWithIndex)
 import Prelude (bind)
 import Prelude (bind)
 import Prim.Row (class Union, class Cons) as Row
 import Prim.Row (class Union, class Cons) as Row
 import Web.HTML (HTMLElement)
 import Web.HTML (HTMLElement)