Skip to content

Commit 75ed92f

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

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
@@ -758,8 +758,8 @@ async function createTodo() {
758758

759759
<InlineFilter filters={["angular"]}>
760760
```ts title="todo-list.component.ts"
761-
import { Component, OnInit } from '@angular/core';
762761
import type { Schema } from '../amplify/data/resource';
762+
import { Component, OnInit } from '@angular/core';
763763
import { generateClient } from 'aws-amplify/data';
764764

765765
const client = generateClient<Schema>();

0 commit comments

Comments
 (0)