Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
robot9706 committed Dec 4, 2024
1 parent 1c5e444 commit 7ca699b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/crux-ui/src/components/nodes/node-deployment-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ import Filters from '@app/components/shared/filters'
import { DyoCard } from '@app/elements/dyo-card'
import { chipsQALabelFromValue } from '@app/elements/dyo-chips'
import DyoFilterChips from '@app/elements/dyo-filter-chips'
import { DyoHeading } from '@app/elements/dyo-heading'
import DyoIcon from '@app/elements/dyo-icon'
import DyoLink from '@app/elements/dyo-link'
import DyoModal from '@app/elements/dyo-modal'
import DyoTable, { DyoColumn, sortDate, sortEnum, sortString } from '@app/elements/dyo-table'
import { defaultApiErrorHandler } from '@app/errors'
import { EnumFilter, TextFilter, enumFilterFor, textFilterFor, useFilters } from '@app/hooks/use-filters'
import usePagination from '@app/hooks/use-pagination'
import useTeamRoutes from '@app/hooks/use-team-routes'
import { useThrottling } from '@app/hooks/use-throttleing'
Expand Down

0 comments on commit 7ca699b

Please sign in to comment.