Skip to content

Commit 1ee6d5c

Browse files
authored
Merge pull request #14402 from guardian/ab/deprecate-dynamic-slow-mpu
Remove dynamic/slow-mpu container
2 parents 7ba4983 + e311ebf commit 1ee6d5c

File tree

8 files changed

+9
-532
lines changed

8 files changed

+9
-532
lines changed

dotcom-rendering/src/components/DecideContainer.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import type {
1010
import { DynamicFast } from './DynamicFast';
1111
import { DynamicPackage } from './DynamicPackage';
1212
import { DynamicSlow } from './DynamicSlow';
13-
import { DynamicSlowMPU } from './DynamicSlowMPU';
1413
import { FixedLargeSlowXIV } from './FixedLargeSlowXIV';
1514
import { FixedMediumFastXI } from './FixedMediumFastXI';
1615
import { FixedMediumFastXII } from './FixedMediumFastXII';
@@ -89,16 +88,6 @@ export const DecideContainer = ({
8988
imageLoading={imageLoading}
9089
/>
9190
);
92-
case 'dynamic/slow-mpu':
93-
return (
94-
<DynamicSlowMPU
95-
groupedTrails={groupedTrails}
96-
containerPalette={containerPalette}
97-
showAge={showAge}
98-
absoluteServerTimes={absoluteServerTimes}
99-
imageLoading={imageLoading}
100-
/>
101-
);
10291
case 'dynamic/package':
10392
return (
10493
<DynamicPackage

dotcom-rendering/src/components/DynamicSlowMPU.stories.tsx

Lines changed: 0 additions & 236 deletions
This file was deleted.

0 commit comments

Comments
 (0)