We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccfc84 commit 507d439Copy full SHA for 507d439
dotcom-rendering/src/layouts/HostedArticleLayout.tsx
@@ -1,6 +1,6 @@
1
import { css } from '@emotion/react';
2
-import { RenderingTarget } from 'src/types/renderingTarget';
3
import { grid } from '../grid';
+import type { RenderingTarget } from '../types/renderingTarget';
4
5
interface Props {
6
renderingTarget: RenderingTarget;
dotcom-rendering/src/layouts/HostedGalleryLayout.tsx
0 commit comments