Skip to content

Commit

Permalink
Fix import error in example page
Browse files Browse the repository at this point in the history
  • Loading branch information
Xvezda committed Jul 23, 2023
1 parent 03ab024 commit c3c0786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html>
<head>
<title>Clipboard copy examples</title>
<script src="https://unpkg.com/@github/clipboard-copy-element@latest" defer></script>
<!-- <script src="../dist/index.js" defer></script> -->
<script type="module" src="https://unpkg.com/@github/clipboard-copy-element@latest"></script>
<!-- <script type="module" src="../dist/index.js"></script> -->
<style>
clipboard-copy {
-webkit-appearance: button;
Expand Down

0 comments on commit c3c0786

Please sign in to comment.