Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkoKauhanen committed Dec 12, 2024
1 parent a91e136 commit 54ff5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aoe-infra/infra/bin/infra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import { BastionStack } from '../lib/bastion-stack';
import { SecretManagerStack } from '../lib/secrets-manager-stack'
import { OpenSearchServerlessStack } from "../lib/opensearch-stack";
import { HostedZoneStack } from '../lib/hosted-zone-stack'
import { S3Stack } from "../lib/s3Stack";
import { S3Stack } from "../lib/S3Stack";
import { PolicyStatement } from "aws-cdk-lib/aws-iam";
import * as iam from "aws-cdk-lib/aws-iam";
import { NamespaceStack } from "../lib/NamespaceStack"
import { NamespaceStack } from "../lib/namespaceStack"
import { EfsStack } from "../lib/efs-stack";
import { DocumentdbStack } from "../lib/documentdb-stack";
import { MskStack } from "../lib/msk-stack";
Expand Down

0 comments on commit 54ff5f3

Please sign in to comment.