Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 17, 2024
1 parent 5f4ea05 commit 2dfc501
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions www/src/components/cluster/Cluster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
WarningOutlineIcon,
useSetBreadcrumbs,
} from '@pluralsh/design-system'
import { Div, Flex, H1, H2, H3 } from 'honorable'
import { Div, Flex } from 'honorable'
import { useContext, useEffect, useMemo, useState } from 'react'
import { useNavigate, useParams } from 'react-router-dom'

Expand All @@ -28,7 +28,6 @@ import { ClusterPromoteModal } from './ClusterPromoteModal'
import { ClusterSidecar } from './ClusterSidecar'
import { CollapsibleButton } from './misc'

Check failure on line 29 in www/src/components/cluster/Cluster.tsx

View workflow job for this annotation

GitHub Actions / Lint

There should be at least one empty line between import groups
import { EditPluralOIDCClients } from '../overview/clusters/plural-cloud/EditPluralOIDCClients'

Check failure on line 30 in www/src/components/cluster/Cluster.tsx

View workflow job for this annotation

GitHub Actions / Lint

There should be at least one empty line between import groups

Check failure on line 30 in www/src/components/cluster/Cluster.tsx

View workflow job for this annotation

GitHub Actions / Lint

`../overview/clusters/plural-cloud/EditPluralOIDCClients` import should occur before import of `./ClusterAdminsModal`
import Header from '../layout/Header'
import { useTheme } from 'styled-components'

Check failure on line 31 in www/src/components/cluster/Cluster.tsx

View workflow job for this annotation

GitHub Actions / Lint

`styled-components` import should occur before import of `../../contexts/ClustersContext`

export function Cluster() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
Flex,
ListBoxItem,
PeopleIcon,
PeoplePlusIcon,
PersonPlusIcon,
Tooltip,
TrashCanIcon,
Expand Down

0 comments on commit 2dfc501

Please sign in to comment.