Skip to content

Commit e0cc56a

Browse files
committed
fix: init getAttribute before getValue and setValue
1 parent 280b1c6 commit e0cc56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// you must obtain a commercial license from CoCreate LLC.
2121
// For details, visit <https://cocreate.app/licenses/> or contact us at [email protected].
2222

23+
import { getAttribute } from './getAttribute';
2324
import { setValue } from './setValue';
2425
import { getValue } from './getValue';
25-
import { getAttribute } from './getAttribute';
2626

27-
export default { getValue, setValue, getAttribute }
27+
export default { getAttribute, getValue, setValue }

0 commit comments

Comments
 (0)