Skip to content

Commit

Permalink
Update src/pages/[platform]/ai/generation/data-extraction/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: josef <[email protected]>
  • Loading branch information
atierian and josefaidt authored Nov 20, 2024
1 parent 54d6ddd commit 0d81f5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const schema = a.schema({

<InlineFilter filters={["javascript","angular","vue"]}>
```ts title="Data Client Request"
import type { Schema } from "../amplify/data/resource";
import { generateClient } from "aws-amplify/api";
import { Schema } from "../amplify/data/resource";

export const client = generateClient<Schema>();

Expand Down

0 comments on commit 0d81f5b

Please sign in to comment.