Skip to content

Commit ca92d48

Browse files
committed
feat: Add @cocreate/element-prototype
1 parent ba27705 commit ca92d48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@cocreate/actions": "^1.5.12",
6666
"@cocreate/crud-client": "^1.12.12",
6767
"@cocreate/docs": "^1.3.18",
68-
"@cocreate/elements": "^1.12.11",
68+
"@cocreate/element-prototype": "^1.0.0",
6969
"@cocreate/hosting": "^1.4.1",
7070
"@cocreate/render": "^1.15.10",
7171
"@cocreate/socket-client": "^1.9.12"

src/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import socket from "@cocreate/socket-client";
33
import CoCreateAction from '@cocreate/actions';
44
import CoCreateRender from '@cocreate/render';
5-
import CoCreateElements from '@cocreate/elements';
5+
import '@cocreate/element-prototype';
66

77
const CoCreateApi = {
88
components: { },

0 commit comments

Comments
 (0)