Skip to content

Commit d64d932

Browse files
authored
Merge branch 'main' into 20250819-1508-refactoring
2 parents 490dbbc + 7ff2f9d commit d64d932

File tree

10 files changed

+68
-537
lines changed

10 files changed

+68
-537
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)