Skip to content

Commit c3d29d0

Browse files
authored
removes unused import and updates heading (#8067)
1 parent 29ef1c7 commit c3d29d0

File tree

2 files changed

+1
-2
lines changed
  • src/pages/[platform]
    • build-a-backend/functions/grant-access-to-other-resources
    • build-ui/figma-to-code

2 files changed

+1
-2
lines changed

src/pages/[platform]/build-a-backend/functions/grant-access-to-other-resources/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ However some constructs provide a `grant*` method to grant access to common poli
119119

120120
```ts title="amplify/backend.ts"
121121
import { defineBackend } from "@aws-amplify/backend"
122-
import * as iam from "aws-cdk-lib/aws-iam"
123122
import * as sns from "aws-cdk-lib/aws-sns"
124123
import { weeklyDigest } from "./functions/weekly-digest/resource"
125124

src/pages/[platform]/build-ui/figma-to-code/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This file contains the following pages:
3939

4040
Please follow the README in our Figma file to learn how to create your components to optimize for code quality.
4141

42-
## Step 2: Run the Amplify UI Builder Figma plugin in dev mode
42+
## Step 2: Run the Amplify UI Builder Figma plugin
4343

4444
After you duplicate the Figma file, you run the Amplify UI Builder figma plugin in dev mode or non-dev mode to generate Amplify UI React code.
4545

0 commit comments

Comments
 (0)