Skip to content

Commit e02a6e2

Browse files
committed
Merge branch 'feat/infra-as-code' of github.com:DataDog/stickerlandia into feat/infra-as-code
2 parents 03e01a1 + f92f770 commit e02a6e2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

user-management/infra/aws/lib/network.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { SubnetType, Vpc } from "aws-cdk-lib/aws-ec2";
22
import { Construct } from "constructs";
3-
import { SharedProps } from "./constructs/shared-props";
4-
53
export interface NetworkProps {
64
networkName: string;
75
}

0 commit comments

Comments
 (0)