squiggle/src/Index.re

2 lines
93 B
ReasonML
Raw Normal View History

2020-02-07 16:06:38 +00:00
[%bs.raw {|import('./styles/index.css')|}];
2020-02-10 20:37:12 +00:00
ReactDOMRe.renderToElementWithId(<App />, "app");