We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d9caf commit 9a1a2afCopy full SHA for 9a1a2af
src/react/atropos-react.js
@@ -1,6 +1,6 @@
1
import React, { useEffect, useRef } from 'react';
2
// eslint-disable-next-line
3
-import AtroposCore from '../esm/atropos.esm.js';
+import AtroposCore from './atropos.mjs';
4
5
const paramsKeys = [
6
'eventsEl',
0 commit comments