Skip to content

Commit e119719

Browse files
committed
lint: remove unused import
1 parent 577b167 commit e119719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/views/optimiser/OptimiserForm/OptimiserFreeDaySelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import classNames from 'classnames';
2-
import { dropRight, omit } from 'lodash';
2+
import { dropRight } from 'lodash';
33
import { useCallback } from 'react';
44
import { DayText, WorkingDays } from 'types/modules';
55
import { OptimiserFormFields } from 'views/hooks/useOptimiserForm';

0 commit comments

Comments
 (0)