initial commit
This commit is contained in:
5
client/index.js
Normal file
5
client/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Elm } from "./elm/Main.elm";
|
||||
|
||||
Elm.Main.init(
|
||||
{ node: document.getElementById("root") }
|
||||
);
|
||||
Reference in New Issue
Block a user