commit 2fa6e736e1e34b56bf547d528342947a6e678eaf parent 3e33a7a3083aec911fa84d53cd40e299fdec59ed Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Sat, 21 Sep 2019 16:44:35 +0700 feature(misc) => bragging about ReasonReact Diffstat:
| M | src/App.re | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/App.re b/src/App.re @@ -32,6 +32,8 @@ module Styles = { let make = () => { let url = ReasonReact.Router.useUrl(); + Js.log("Written with ReasonReact"); + let content = () => switch (url.path) { | [] => <CurViScene />