Skip to content

Commit dbb7337

Browse files
committed
Remove unused example
1 parent 7d04847 commit dbb7337

File tree

3 files changed

+7
-86
lines changed

3 files changed

+7
-86
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
/.psa*
1010
/.spago
1111
/.parcel-cache/
12-
/dist/
12+
/dist/
13+
/tmp/

src/Marionette/ReactBasic.purs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ type Config msg sta =
6161
-- | { initialState: 0
6262
-- | , controller: mkController myControl
6363
-- | }
64-
-- | pure $
65-
-- | R.div'
66-
-- | [ R.div' [ text $ show state ]
67-
-- | , R.button { onClick: handler_ $ act CountUp }
68-
-- | ]
64+
-- | pure $
65+
-- | R.div'
66+
-- | [ R.div' [ text $ show state ]
67+
-- | , R.button { onClick: handler_ $ act CountUp }
68+
-- | ]
6969
-- | ```
7070

7171
useMarionette

test/ExampleRace.purs

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)