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 f00897f commit 1584315Copy full SHA for 1584315
docs/api-overview.md
@@ -187,7 +187,7 @@ The following example creates a User class and registers it with the new `makeSe
187
188
```js
189
// src/store/services/users.js
190
-import feathersClient, { makeServicePlugin, BaseModel } from '../feathers-client'
+import feathersClient, { makeServicePlugin, BaseModel } from '../../feathers-client'
191
192
class User extends BaseModel {
193
constructor(data, options) {
0 commit comments