Import types from the right path (#184)

This commit is contained in:
Hazem Khaled 2023-02-26 20:37:19 +03:00 committed by GitHub
parent 020d6aaa39
commit b743987e4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ Let's create an APL, which uses Redis for data storage:
```ts
import { createClient } from "redis";
import { APL, AuthData } from "@saleor/app-sdk/types/apl";
import { APL, AuthData } from "@saleor/app-sdk/apl";
const client = createClient();
await client.connect();