Skip to content

Commit

Permalink
Fix module import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
paf31 authored Feb 9, 2018
1 parent 96bcd6e commit 833a86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module React.Basic.Example where
import Prelude
import Data.Function.Uncurried (mkEffFn1)
import Control.Monad.Eff.Uncurried (mkEffFn1)
import React.Basic as R
-- The props for the component
Expand Down

0 comments on commit 833a86d

Please sign in to comment.