Fix small issue in docs

This commit is contained in:
Filip Sodić 2023-08-28 10:59:35 +02:00
parent 60233dcbcc
commit 91fd49ae7a
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>