Skip to content

Commit f42ec8d

Browse files
authored
Use latest interact in homepage (#150)
1 parent 0eba3a8 commit f42ec8d

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@2.0.0/dist/es/web.js';
2+
import { Interact } from 'https://esm.sh/@wix/interact@latest/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)