Skip to content

Commit 752615c

Browse files
Update src/pages/[platform]/build-a-backend/data/query-data/index.mdx
Co-authored-by: josef <[email protected]>
1 parent 08e9356 commit 752615c

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/data/query-data

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/data/query-data/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ const fetchPosts = async () => {
271271
<InlineFilter filters={['vue']}>
272272
```ts
273273
<script setup lang="ts">
274+
import type { Schema } from '../../../amplify/data/resource';
274275
import { ref, onMounted } from 'vue';
275276
import { generateClient, type SelectionSet } from 'aws-amplify/data';
276-
import type { Schema } from '../../../amplify/data/resource';
277277

278278
const client = generateClient<Schema>();
279279

0 commit comments

Comments
 (0)