Skip to content

Commit 9c64e98

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,8 @@ Try playing around with the code completion of `.update(...)` and `.delete(...)`
444444

445445
<InlineFilter filters={["angular"]}>
446446
```ts title="todo-list.component.ts"
447-
import { Component } from '@angular/core';
448447
import type { Schema } from '../amplify/data/resource';
448+
import { Component } from '@angular/core';
449449
import { generateClient } from 'aws-amplify/data';
450450

451451
const client = generateClient<Schema>();

0 commit comments

Comments
 (0)