Skip to content

Commit

Permalink
Merge pull request #25 from blindnet-io/fix-demo
Browse files Browse the repository at this point in the history
Fix demo
  • Loading branch information
jboileau99 authored Jul 25, 2022
2 parents 06aa24a + 7dae7c4 commit 724058e
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 @@ -12,7 +12,7 @@
<div id="demo"></div>

<script type="module">
import { html, render } from 'https://cdn.jsdelivr.net/gh/lit/dist@2.2.8/core/lit-core.min.js';
import { html, render } from 'https://cdn.jsdelivr.net/gh/lit/dist@2.2.8/all/lit-all.min.js';
import '../dist/src/bldn-priv-request.js';

const actions = '';
Expand Down

0 comments on commit 724058e

Please sign in to comment.