Skip to content

Commit 02e59d1

Browse files
committed
fix: actions import typo
1 parent 1ae58b1 commit 02e59d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
/*globals CustomEvent, CoCreate*/
88
import observer from '@cocreate/observer';
9-
import action from '@cocreate/action';
9+
import action from '@cocreate/actions';
1010

1111
function init() {
1212
let elements = document.querySelectorAll(`[show],[hide]`);

0 commit comments

Comments
 (0)