Skip to content

Commit

Permalink
LF-4414 fix remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dariaedicas committed Sep 24, 2024
1 parent 9352df3 commit 6b61f2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import React, { useMemo, useState } from 'react';
import { useFormContext } from 'react-hook-form';
import Input, { getInputErrors } from '../../Form/Input';
import RadioGroup from '../../Form/RadioGroup';
import { isNotInFuture, parseISOStringToLocalDate } from '../../Form/Input/utils';
import { isNotInFuture } from '../../Form/Input/utils';
import {
DetailsFields,
type Option,
Expand Down

0 comments on commit 6b61f2f

Please sign in to comment.