Skip to content

Commit

Permalink
fix: actions import typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 27, 2021
1 parent 644aeef commit 4030ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*globals CustomEvent, config*/
import CoCreateSocket from "@cocreate/socket-client";
import CoCreateAction from '@cocreate/action';
import CoCreateAction from '@cocreate/actions';
import CoCreateRender from '@cocreate/render';

let socketApi = new CoCreateSocket('api');
Expand Down

0 comments on commit 4030ac2

Please sign in to comment.