Skip to content

Commit

Permalink
refactor(demo): remove unnecessary code from demo page
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   template/demo/index.html
  • Loading branch information
blackfalcon committed May 5, 2023
1 parent e8a0eff commit 7201fcf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions template/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
Prism.highlightAll();
});
</script>
<script type="module">
import { registerComponent } from "../index.js"
registerComponent('custom-[name]');
</script>


<!-- If additional elements are needed for the demo, add them here. -->
<script src="https://cdn.jsdelivr.net/npm/@alaskaairux/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
Expand Down

0 comments on commit 7201fcf

Please sign in to comment.