mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 10:14:08 +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):
|
||||
|
||||
```js
|
||||
import createFoo from '@wasp/actions'
|
||||
import createFoo from '@wasp/actions/createFoo'
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
@ -510,7 +510,7 @@ query getFoo {
|
||||
Enables you to import and use it anywhere in your code (on the server or the client):
|
||||
|
||||
```js
|
||||
import getFoo from '@wasp/queries'
|
||||
import getFoo from '@wasp/queries/getFoo'
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
Loading…
Reference in New Issue
Block a user