Skip to content

Commit 22fc60b

Browse files
authored
Fix version to something that works (#157)
1 parent d2dc885 commit 22fc60b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/main.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// WIX INTERACT RUNTIME
2-
import { Interact } from 'https://esm.sh/@wix/interact@latest/dist/es/web.js';
2+
import { Interact } from 'https://esm.sh/@wix/interact@2.0.2/dist/es/web.js';
33
// import { Interact } from '../packages/interact/dist/es/web.js';
44
import * as presets from 'https://esm.sh/@wix/motion-presets@latest/dist/es/motion-presets.js';
55
// import * as presets from './packages/motion-presets/dist/es/motion-presets.js';

0 commit comments

Comments
 (0)