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 ef788f4Copy full SHA for ef788f4
dotcom-rendering/src/layouts/HostedArticleLayout.tsx
@@ -1,5 +1,5 @@
1
import { css } from '@emotion/react';
2
-import { RenderingTarget } from 'src/types/renderingTarget';
+import type { RenderingTarget } from '../types/renderingTarget';
3
import { grid } from '../grid';
4
5
interface Props {
dotcom-rendering/src/layouts/HostedGalleryLayout.tsx
0 commit comments