Skip to content

Commit

Permalink
fix: replace missing js reference #389
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 19, 2023
1 parent 965e85f commit 4262238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
Prism.highlightAll();
});
</script>

<script type="module" src="../index.js"></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>
</body>
Expand Down

0 comments on commit 4262238

Please sign in to comment.