From 41ceafa33516b5877aecaf9a31787fcbdec577d1 Mon Sep 17 00:00:00 2001 From: ykethan Date: Fri, 1 Nov 2024 11:36:02 -0400 Subject: [PATCH] removes unused import and updates heading --- .../functions/grant-access-to-other-resources/index.mdx | 1 - src/pages/[platform]/build-ui/figma-to-code/index.mdx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/[platform]/build-a-backend/functions/grant-access-to-other-resources/index.mdx b/src/pages/[platform]/build-a-backend/functions/grant-access-to-other-resources/index.mdx index a9f6a34e7a9..29d60b9d7f9 100644 --- a/src/pages/[platform]/build-a-backend/functions/grant-access-to-other-resources/index.mdx +++ b/src/pages/[platform]/build-a-backend/functions/grant-access-to-other-resources/index.mdx @@ -119,7 +119,6 @@ However some constructs provide a `grant*` method to grant access to common poli ```ts title="amplify/backend.ts" import { defineBackend } from "@aws-amplify/backend" -import * as iam from "aws-cdk-lib/aws-iam" import * as sns from "aws-cdk-lib/aws-sns" import { weeklyDigest } from "./functions/weekly-digest/resource" diff --git a/src/pages/[platform]/build-ui/figma-to-code/index.mdx b/src/pages/[platform]/build-ui/figma-to-code/index.mdx index ef2a1c94976..dd57cfe6f2a 100644 --- a/src/pages/[platform]/build-ui/figma-to-code/index.mdx +++ b/src/pages/[platform]/build-ui/figma-to-code/index.mdx @@ -39,7 +39,7 @@ This file contains the following pages: Please follow the README in our Figma file to learn how to create your components to optimize for code quality. -## Step 2: Run the Amplify UI Builder Figma plugin in dev mode +## Step 2: Run the Amplify UI Builder Figma plugin 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.