Skip to content

Commit be7a642

Browse files
committed
chore(ui): drop blank line before sibling CSS imports
perfectionist/sort-imports flagged the blank line between the local import group and the side-effect `./index.css` import in two relocated files. Squash the blank line so the imports form one contiguous group.
1 parent a0db6f7 commit be7a642

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/ui/src/elements/DocumentHeader/Tabs/Tab/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { Fragment } from 'react'
1313
// eslint-disable-next-line payload/no-imports-from-exports-dir -- Server component must reference exports dir for proper client boundary
1414
import { DocumentTabLink } from '../../../../exports/client/index.js'
1515
import { RenderServerComponent } from '../../../RenderServerComponent/index.js'
16-
1716
import './index.css'
1817

1918
export const baseClass = 'doc-tab'

packages/ui/src/elements/DocumentHeader/Tabs/tabs/VersionsPill/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import React from 'react'
33

44
import { useDocumentInfo } from '../../../../../providers/DocumentInfo/index.js'
5-
65
import './index.css'
76

87
const baseClass = 'pill-version-count'

0 commit comments

Comments
 (0)