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-bedrock/index.mdx

Co-authored-by: josef <[email protected]>
  • Loading branch information
chrisbonifacio and josefaidt authored Dec 17, 2024
1 parent 72e0e8c commit 3fa3f03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,9 @@ export default function App() {

<InlineFilter filters={['angular']}>
```ts title="app.component.ts"
import type { Schema } from '../../../amplify/data/resource';
import { Component } from '@angular/core';
import { FormsModule } from '@angular/forms';
import type { Schema } from '../../../amplify/data/resource';
import { Amplify } from 'aws-amplify';
import { generateClient } from 'aws-amplify/api';
import outputs from '../../../amplify_outputs.json';
Expand Down

0 comments on commit 3fa3f03

Please sign in to comment.