Skip to content

Commit

Permalink
Bumped build
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahFowler committed Oct 8, 2024
1 parent a19f350 commit d5e5e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>

<script type="module">
import { mount, MultiSelect } from '/dist/MultiSelect.min.js';
import { mount, MultiSelect } from './MultiSelect.min.js';

mount(MultiSelect, {
target: document.getElementById('app'), // where you want the component to render
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>

<script type="module">
import { mount, MultiSelect } from '/MultiSelect.min.js';
import { mount, MultiSelect } from './MultiSelect.min.js';

mount(MultiSelect, {
target: document.getElementById('app'), // where you want the component to render
Expand Down

0 comments on commit d5e5e8e

Please sign in to comment.