more missing imports
This commit is contained in:
parent
9ef2d3c2e7
commit
d5d1849f9f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import Data.FormURLEncoded as UE
|
|||
|
||||
import Partial.Unsafe (unsafePartial)
|
||||
|
||||
import Common (Challenge(..), Elem(..), fail, fromForeign, fromHex, fromUtf8, hmacSha3, progress, welcome)
|
||||
import Common (Challenge(..), Elem(..), Err(..), fail, fromForeign, fromHex, fromUtf8, hmacSha3, progress, welcome)
|
||||
|
||||
-- main :: forall e. Eff (console :: CONSOLE | e) Unit
|
||||
-- main = do
|
||||
|
|
Loading…
Reference in a new issue