Skip to content

Commit

Permalink
fix import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wladyslawczyzewski committed Nov 23, 2024
1 parent 823e263 commit d145d85
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IAliasRecordTargetProps } from './props';
import { IAliasRecordTargetProps } from './shared';
import * as route53 from '../../aws-route53';
import * as s3 from '../../aws-s3';
import { Stack, Token } from '../../core';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IAliasRecordTargetProps } from './props';
import { IAliasRecordTargetProps } from './shared';
import * as elb from '../../aws-elasticloadbalancing';
import * as route53 from '../../aws-route53';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IAliasRecordTargetProps } from './props';
import { IAliasRecordTargetProps } from './shared';
import * as route53 from '../../aws-route53';
import * as cdk from '../../core';
import { RegionInfo } from '../../region-info';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IAliasRecordTargetProps } from './props';
import { IAliasRecordTargetProps } from './shared';
import * as globalaccelerator from '../../aws-globalaccelerator';
import * as route53 from '../../aws-route53';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IAliasRecordTargetProps } from './props';
import { IAliasRecordTargetProps } from './shared';
import * as elbv2 from '../../aws-elasticloadbalancingv2';
import * as route53 from '../../aws-route53';

Expand Down

0 comments on commit d145d85

Please sign in to comment.