Skip to content

Commit

Permalink
fix: lint shared file (#2539)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast authored Nov 28, 2023
1 parent 4aa165c commit 6fbdf4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/shared/src/components/forms/inputs/DateInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import useLocale from 'shared/hooks/useLocale';
import InputProps from 'shared/types/input-props';
import { isValidDate, parseDate } from 'shared/utils/date.utils';
import { isString } from 'shared/utils/type-guards';

import { $DateInput } from './DateInput.sc';

type Props<T> = Omit<InputProps<T>, 'onChange'> &
Expand Down

0 comments on commit 6fbdf4a

Please sign in to comment.