There was an error while loading. Please reload this page.
1 parent 7b90d77 commit 5702baaCopy full SHA for 5702baa
1 file changed
index.html
@@ -1467,8 +1467,8 @@ <h3 class="font-bold text-lg">Source Code</h3>
1467
1468
<!-- WIX INTERACT RUNTIME -->
1469
<script type="module">
1470
- // import { Interact } from 'https://esm.sh/@wix/interact@1.92.0';
1471
- import { Interact } from './packages/interact/dist/es/web.js';
+ import { Interact } from 'https://esm.sh/@wix/interact@1.92.0';
+ // import { Interact } from './packages/interact/dist/es/web.js';
1472
1473
// --- 1. HERO GRID LOGIC ---
1474
const gridContainer = document.getElementById('grid-container');
0 commit comments