Skip to content

Commit

Permalink
Don't hide non-existing import
Browse files Browse the repository at this point in the history
  • Loading branch information
k-bx authored Mar 18, 2019
1 parent 8b140d7 commit b7123ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Servant/JS/Vanilla.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Data.Maybe (isJust)
import Data.Text (Text)
import Data.Text.Encoding (decodeUtf8)
import qualified Data.Text as T
import Servant.Foreign hiding (header)
import Servant.Foreign
import Servant.JS.Internal

-- | Generate vanilla javascript functions to make AJAX requests
Expand Down

0 comments on commit b7123ea

Please sign in to comment.