Skip to content

Commit 06a2866

Browse files
committed
Fix re-export
1 parent 9dbbbf7 commit 06a2866

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/React.purs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module React
6060
, toElement
6161
, fragmentWithKey
6262

63-
, module React
63+
, module SyntheticEvent
6464
) where
6565

6666
import Prelude
@@ -71,13 +71,7 @@ import Control.Monad.Eff.Uncurried (EffFn2, runEffFn2)
7171

7272
import Data.Nullable (Nullable)
7373

74-
import React.SyntheticEvent
75-
( preventDefault
76-
, isDefaultPrevented
77-
, stopPropagation
78-
, isPropagationStopped
79-
, persist
80-
) as React
74+
import React.SyntheticEvent (preventDefault, isDefaultPrevented, stopPropagation, isPropagationStopped, persist) as SyntheticEvent
8175

8276
import Unsafe.Coerce (unsafeCoerce)
8377

0 commit comments

Comments
 (0)