diff --git a/examples/with-elm/src/client.js b/examples/with-elm/src/client.js index 3dd957389..aff7b6b4e 100644 --- a/examples/with-elm/src/client.js +++ b/examples/with-elm/src/client.js @@ -1,4 +1,4 @@ -import Elm from './Elm'; +import Elm from './Main'; // We need embed the Elm app to the div, if we call fullscreen we will have duplicated html Elm.Main.embed(document.getElementById('root'));