+ {switch(true) { | true => hey | false => React.string("false")}}
{React.string(" clicked " ++ Int.to_string(count) ++ " times")}
diff --git a/lib/native/dune b/lib/native/dune
index b12166d..f91cd1c 100644
--- a/lib/native/dune
+++ b/lib/native/dune
@@ -3,9 +3,11 @@
(libraries
styled-ppx.emotion_native
styled-ppx.css_native
+ routes
server-reason-react.react
server-reason-react.reactDom)
(preprocess
(pps styled-ppx --native
+ server-reason-react.browser_ppx
server-reason-react.melange_ppx
server-reason-react.ppx)))