diff --git a/src/pages/[platform]/build-a-backend/data/set-up-data/index.mdx b/src/pages/[platform]/build-a-backend/data/set-up-data/index.mdx index 9fa94da0398..82c88fe1338 100644 --- a/src/pages/[platform]/build-a-backend/data/set-up-data/index.mdx +++ b/src/pages/[platform]/build-a-backend/data/set-up-data/index.mdx @@ -444,8 +444,8 @@ Try playing around with the code completion of `.update(...)` and `.delete(...)` ```ts title="todo-list.component.ts" -import { Component } from '@angular/core'; import type { Schema } from '../amplify/data/resource'; +import { Component } from '@angular/core'; import { generateClient } from 'aws-amplify/data'; const client = generateClient();