Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
anderspitman committed Dec 18, 2024
1 parent b39412c commit f08af42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minimal_files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<button id='open-button'>Open file</button>

<script type="module">
import waygate from '../../index.js';
import * as waygate from '../../index.js';

//const token = await waygate.getToken();

Expand Down

0 comments on commit f08af42

Please sign in to comment.