Skip to content

Commit 2839f5f

Browse files
Merge pull request #99 from ember-cli/NullVoxPopuli-patch-2
Change import statement to use named import for App
2 parents 2a95a64 + e29aa98 commit 2839f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<script type="module">
18-
import App from './demo-app/app';
18+
import { App } from './demo-app/app';
1919

2020
App.create({})
2121
</script>

0 commit comments

Comments
 (0)