We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14519cf commit 7c96002Copy full SHA for 7c96002
2 files changed
files/index.html
@@ -15,7 +15,7 @@
15
<body>
16
17
<script type="module">
18
- import App from './docs-app/app';
+ import App from './demo-app/app';
19
20
App.create({})
21
</script>
files/package.json
@@ -84,7 +84,6 @@
84
"main": "addon-main.cjs"
85
},
86
"imports": {
87
- "#docs-app/*": "./docs-app/*",
88
"#src/*": "./src/*"
89
90
"exports": {
0 commit comments