Skip to content

Commit

Permalink
fix path to demo JS
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubfiala committed May 16, 2024
1 parent 6f2a86c commit 4bd56a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
defer
src="https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/pickr.min.js"
></script>
<script type="module" defer src="main.js"></script>
<script type="module" defer src="demo.js"></script>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
Expand Down

0 comments on commit 4bd56a2

Please sign in to comment.