We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e20035 commit 431bd93Copy full SHA for 431bd93
packages/boxel-ui/test-app/app/index.html
@@ -29,7 +29,6 @@
29
<script src="{{rootURL}}assets/vendor.js"></script>
30
<script src="{{rootURL}}assets/test-app.js"></script>
31
32
- <div id="ember-basic-dropdown-wormhole"></div>
33
{{content-for "body-footer"}}
34
</body>
35
</html>
packages/boxel-ui/test-app/app/templates/index.hbs
@@ -1,4 +1,5 @@
1
{{page-title 'Boxel Components'}}
2
+<BasicDropdownWormhole />
3
4
<h1 class='boxel-sr-only'>Boxel Components Documentation</h1>
5
0 commit comments