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 fd37502 commit 72e0e8cCopy full SHA for 72e0e8c
src/pages/[platform]/build-a-backend/data/custom-business-logic/connect-amazon-rekognition/index.mdx
@@ -286,10 +286,10 @@ export default App;
286
</InlineFilter>
287
<InlineFilter filters={["angular"]}>
288
```ts title="app.component.ts"
289
+import type { Schema } from '../../../amplify/data/resource';
290
import { Component } from '@angular/core';
291
import { generateClient } from 'aws-amplify/api';
292
import { uploadData } from 'aws-amplify/storage';
-import { Schema } from '../../../amplify/data/resource';
293
import { CommonModule } from '@angular/common';
294
295
// Generating the client
0 commit comments