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 a395a89 commit 9b87d2eCopy full SHA for 9b87d2e
README.md
@@ -209,8 +209,8 @@ If you use [cell-js](https://github.com/DefactoSoftware/cell-js) you can create
209
Javascript that is tightly coupled to the cell:
210
211
```js
212
-// lib/app_web/cell/avatar/index.js
213
-import { Cell, Builder } from "cells-js";
+// lib/app_web/cells/avatar/index.js
+import { Cell, Builder } from "@defacto/cell-js";
214
215
class AvatarCell extends Cell {
216
initialize() {
0 commit comments