Skip to content

Commit 9a1a2af

Browse files
committed
chore: fix import path
1 parent 50d9caf commit 9a1a2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/atropos-react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect, useRef } from 'react';
22
// eslint-disable-next-line
3-
import AtroposCore from '../esm/atropos.esm.js';
3+
import AtroposCore from './atropos.mjs';
44

55
const paramsKeys = [
66
'eventsEl',

0 commit comments

Comments
 (0)