Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/data/custom-business-logi…
Browse files Browse the repository at this point in the history
…c/connect-amazon-rekognition/index.mdx

Co-authored-by: josef <[email protected]>
  • Loading branch information
chrisbonifacio and josefaidt authored Dec 17, 2024
1 parent fd37502 commit 72e0e8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@ export default App;
</InlineFilter>
<InlineFilter filters={["angular"]}>
```ts title="app.component.ts"
import type { Schema } from '../../../amplify/data/resource';
import { Component } from '@angular/core';
import { generateClient } from 'aws-amplify/api';
import { uploadData } from 'aws-amplify/storage';
import { Schema } from '../../../amplify/data/resource';
import { CommonModule } from '@angular/common';

// Generating the client
Expand Down

0 comments on commit 72e0e8c

Please sign in to comment.