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 ffc5595 commit ea85b0cCopy full SHA for ea85b0c
src/setValue.js
@@ -1,10 +1,4 @@
1
-import CRUD from '@cocreate/crud-client';
2
-
3
-let crud
4
-if (CRUD && CRUD.default)
5
- crud = CRUD.default
6
-else
7
- crud = CRUD
+import crud from '@cocreate/crud-client';
8
9
10
HTMLElement.prototype.setValue = function(value) {
0 commit comments