Skip to content

Commit

Permalink
Fixed script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmetaxas committed May 28, 2024
1 parent 014e907 commit 509a7d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ <h1>Color Dialog Box</h1>
<color-picker></color-picker>
</div>

<script type="module" src="../src/index.ts"></script>
<script type="module">
import 'colorpicker';
// import 'colorpicker';

const parent = document.getElementById('parent');
const picker = document.querySelector('color-picker');
Expand Down

0 comments on commit 509a7d2

Please sign in to comment.