Skip to content

Commit ef788f4

Browse files
committed
fix lint issues
1 parent cccfc84 commit ef788f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dotcom-rendering/src/layouts/HostedArticleLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { css } from '@emotion/react';
2-
import { RenderingTarget } from 'src/types/renderingTarget';
2+
import type { RenderingTarget } from '../types/renderingTarget';
33
import { grid } from '../grid';
44

55
interface Props {

dotcom-rendering/src/layouts/HostedGalleryLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { css } from '@emotion/react';
2-
import { RenderingTarget } from 'src/types/renderingTarget';
2+
import type { RenderingTarget } from '../types/renderingTarget';
33
import { grid } from '../grid';
44

55
interface Props {

0 commit comments

Comments
 (0)