diff --git a/integration-test/src/integration-test-stack.ts b/integration-test/src/integration-test-stack.ts index 58262b4561..be3e10f416 100644 --- a/integration-test/src/integration-test-stack.ts +++ b/integration-test/src/integration-test-stack.ts @@ -1,6 +1,6 @@ +import { GuDistributionBucketParameter, GuStack } from "@guardian/cdk/lib/constructs/core"; import type { App } from "@aws-cdk/core"; import type { GuStackProps } from "@guardian/cdk/lib/constructs/core"; -import { GuDistributionBucketParameter, GuStack } from "@guardian/cdk/lib/constructs/core"; export class IntegrationTestStack extends GuStack { constructor(scope: App, id: string, props: GuStackProps) {