Skip to content

Commit

Permalink
fix(app): remove unused lines of code
Browse files Browse the repository at this point in the history
  • Loading branch information
FussuChalice committed Dec 20, 2024
1 parent 140c84c commit 2bf0a60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/features/persons/spiritual_status/history/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Box, Collapse, IconButton } from '@mui/material';
import { useState } from 'react';
import { IconAdd, IconExpand, IconHelpFilled } from '@components/icons';
import { useAppTranslation, useCurrentUser } from '@hooks/index';
import { StatusHistoryType } from './index.types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useMemo, useState } from 'react';
import { useMemo } from 'react';
import { useRecoilState, useRecoilValue } from 'recoil';
import { useAppTranslation } from '@hooks/index';
import { publisherCurrentReportState } from '@states/field_service_reports';
Expand Down

0 comments on commit 2bf0a60

Please sign in to comment.