Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
added dart title in code block
  • Loading branch information
networkandcode authored Jan 2, 2025
1 parent 891a80d commit 8acc0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[platform]/start/quickstart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ dependencies:

After adding the dependencies, import the dependency and the model provider at the top of main.dart.

```
```dart title="main.dart"
import 'package:amplify_api/amplify_api.dart';
import 'models/ModelProvider.dart';
```
Expand Down

0 comments on commit 8acc0f3

Please sign in to comment.