Skip to content

Commit

Permalink
DO-1554: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanthisera committed Oct 19, 2023
1 parent 9de586e commit 560b055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/prerender-fargate/lib/prerender-fargate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Certificate } from "aws-cdk-lib/aws-certificatemanager";
import { HostedZone } from "aws-cdk-lib/aws-route53";
import { Bucket, BlockPublicAccess } from "aws-cdk-lib/aws-s3";
import * as ecrAssets from "aws-cdk-lib/aws-ecr-assets";
import { AccessKey, User } from "aws-cdk-lib/aws-iam";
import { Duration, RemovalPolicy, Stack } from "aws-cdk-lib";
import * as path from "path";
import { PrerenderTokenUrlAssociation } from "./recaching/prerender-tokens";
Expand Down

0 comments on commit 560b055

Please sign in to comment.