Skip to content

Commit 35112ef

Browse files
authored
Update feature-flags.ts
1 parent afb7435 commit 35112ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/core/lib/feature-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as cxapi from '@aws-cdk/cx-api';
2-
import { IConstruct } from '../lib/construct-compat';
2+
import { IConstruct } from 'constructs';
33

44
/**
55
* Features that are implemented behind a flag in order to preserve backwards

0 commit comments

Comments
 (0)