Skip to content

Commit

Permalink
fix: lint file
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Mar 7, 2024
1 parent f00b4a1 commit 480ec3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { APPLICATION_FIELD_KEYS } from 'benefit/handler/constants';
import { useAlertBeforeLeaving } from 'benefit/handler/hooks/useAlertBeforeLeaving';
import { useApplicationFormContext } from 'benefit/handler/hooks/useApplicationFormContext';
import { useDependentFieldsEffect } from 'benefit/handler/hooks/useDependentFieldsEffect';
import {
Application,
Expand Down Expand Up @@ -44,7 +45,6 @@ import AttachmentsList from './attachmentsList/AttachmentsList';
import CompanySection from './companySection/CompanySection';
import { $DateHeader, $Description, $HelpText } from './FormContent.sc';
import { useFormContent } from './useFormContent';
import { useApplicationFormContext } from 'benefit/handler/hooks/useApplicationFormContext';

type Props = {
application: Application;
Expand Down

0 comments on commit 480ec3f

Please sign in to comment.