Skip to content

Commit

Permalink
#2042 fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
olgenn committed Dec 22, 2024
1 parent 5cee72b commit 2cff40e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Fleets/List/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useBreadcrumbs, useCollection } from 'hooks';
import { ROUTES } from 'routes';

import { useColumnsDefinitions, useEmptyMessages, useFilters, useFleetsData } from './hooks';
import { useDeleteFleet } from './useDeletePoolInstance';
import { useDeleteFleet } from './useDeleteFleet';

import styles from './styles.module.scss';

Expand Down

0 comments on commit 2cff40e

Please sign in to comment.