diff --git a/bonsai/examples/logo_gen/dune b/bonsai/examples/logo_gen/dune index d3fa2e0..ebbbe57 100644 --- a/bonsai/examples/logo_gen/dune +++ b/bonsai/examples/logo_gen/dune @@ -1,4 +1,4 @@ -(executables (names main) - (libraries bonsai_web virtual_dom.svg bonsai_form_experimental - virtual_dom.vdom_test_helpers) - (preprocess (pps ppx_pattern_bind js_of_ocaml-ppx ppx_jane))) \ No newline at end of file +; (executables (names main) +; (libraries bonsai_web virtual_dom.svg bonsai_form_experimental +; virtual_dom.vdom_test_helpers) +; (preprocess (pps ppx_pattern_bind js_of_ocaml-ppx ppx_jane))) \ No newline at end of file