We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13832e1 commit fd37502Copy full SHA for fd37502
src/pages/[platform]/build-a-backend/data/custom-business-logic/connect-amazon-polly/index.mdx
@@ -272,9 +272,9 @@ export default App;
272
273
<InlineFilter filters={["angular"]}>
274
```ts title="app.component.ts"
275
+import type { Schema } from '../../../amplify/data/resource';
276
import { Component } from '@angular/core';
277
import { generateClient } from 'aws-amplify/api';
-import type { Schema } from '../../../amplify/data/resource';
278
import { getUrl } from 'aws-amplify/storage';
279
280
const client = generateClient<Schema>();
0 commit comments