Skip to content

Commit 78fe930

Browse files
Rename furnitureLayouts to furnitureArrangements
1 parent b9a0adf commit 78fe930

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

dotcom-rendering/src/layouts/StandardLayout.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ import type { NavType } from '../model/extract-nav';
5858
import { palette as themePalette } from '../palette';
5959
import type { ArticleDeprecated } from '../types/article';
6060
import type { RenderingTarget } from '../types/renderingTarget';
61-
import { type Area, gridCss, type LayoutType } from './lib/furnitureLayouts';
61+
import {
62+
type Area,
63+
gridCss,
64+
type LayoutType,
65+
} from './lib/furnitureArrangements';
6266
import { BannerWrapper, Stuck } from './lib/stickiness';
6367

6468
const stretchLines = css`

dotcom-rendering/src/layouts/lib/furnitureLayouts.ts renamed to dotcom-rendering/src/layouts/lib/furnitureArrangements.ts

File renamed without changes.

0 commit comments

Comments
 (0)