mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
Fix small issue in docs
This commit is contained in:
parent
60233dcbcc
commit
91fd49ae7a
@ -584,7 +584,7 @@ query createFoo {
|
|||||||
Enables you to import and use it anywhere in your code (on the server or the client):
|
Enables you to import and use it anywhere in your code (on the server or the client):
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import createFoo from '@wasp/actions'
|
import createFoo from '@wasp/actions/createFoo'
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
@ -510,7 +510,7 @@ query getFoo {
|
|||||||
Enables you to import and use it anywhere in your code (on the server or the client):
|
Enables you to import and use it anywhere in your code (on the server or the client):
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import getFoo from '@wasp/queries'
|
import getFoo from '@wasp/queries/getFoo'
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
Loading…
Reference in New Issue
Block a user