We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae58b1 commit 02e59d1Copy full SHA for 02e59d1
src/index.js
@@ -6,7 +6,7 @@
6
*/
7
/*globals CustomEvent, CoCreate*/
8
import observer from '@cocreate/observer';
9
-import action from '@cocreate/action';
+import action from '@cocreate/actions';
10
11
function init() {
12
let elements = document.querySelectorAll(`[show],[hide]`);
0 commit comments