Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Aug 7, 2023
1 parent 2408280 commit e685105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/try.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import("https://unpkg.com/@swan-io/boxed/dist/Boxed.esm.js").then((Boxed) => {
import("https://unpkg.com/@swan-io/boxed/dist/Boxed.mjs").then((Boxed) => {
window.Boxed = Boxed;
const { Array, ...SafeBoxed } = Boxed;
Object.assign(window, SafeBoxed);
Expand Down

0 comments on commit e685105

Please sign in to comment.