Skip to content

Commit

Permalink
removed some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JochemVH1 committed Jan 24, 2025
1 parent ddb9591 commit 85b7b49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/controls/table/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {IFeature} from '../feature/feature-models';
import {useSelector} from 'react-redux';
import {ConfacState} from '../../../reducers/app-state';
import { Pagination } from './Pagination';
import { SortIcon } from '../Icon';
import { SortDirections } from './table-models';


Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/controls/table/ListHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useDispatch } from 'react-redux';
import { IFeature} from '../feature/feature-models';
import { ListHeaderCell } from './ListHeaderCell';
import { updateAppFilters } from '../../../actions';
import { ListFilters, SortDirection, SortDirections } from './table-models';
import { ListFilters, SortDirections } from './table-models';


type ListHeaderProps<TModel> = {
Expand Down

0 comments on commit 85b7b49

Please sign in to comment.