Skip to content

Commit 3e2f6e1

Browse files
Fix imports
1 parent 10e3f9f commit 3e2f6e1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

dotcom-rendering/src/layouts/FullPageInteractiveLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
import { AdSlot, MobileStickyContainer } from '../components/AdSlot.web';
88
import { Footer } from '../components/Footer';
99
import { HeaderAdSlot } from '../components/HeaderAdSlot';
10-
import { InteractivesDisableArticleSwipe } from '../components/InteractivesDisableArticleSwipe';
10+
import { InteractivesDisableArticleSwipe } from '../components/InteractivesDisableArticleSwipe.importable';
1111
import { InteractivesNativePlatformWrapper } from '../components/InteractivesNativePlatformWrapper.importable';
1212
import { Island } from '../components/Island';
1313
import { LabsHeader } from '../components/LabsHeader';

dotcom-rendering/src/layouts/InteractiveLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { DiscussionLayout } from '../components/DiscussionLayout';
2424
import { Footer } from '../components/Footer';
2525
import { GridItem } from '../components/GridItem';
2626
import { HeaderAdSlot } from '../components/HeaderAdSlot';
27-
import { InteractivesDisableArticleSwipe } from '../components/InteractivesDisableArticleSwipe';
27+
import { InteractivesDisableArticleSwipe } from '../components/InteractivesDisableArticleSwipe.importable';
2828
import { InteractivesNativePlatformWrapper } from '../components/InteractivesNativePlatformWrapper.importable';
2929
import { Island } from '../components/Island';
3030
import { LabsHeader } from '../components/LabsHeader';

0 commit comments

Comments
 (0)