Skip to content

Commit fb68962

Browse files
Resolve Copilto Comment - remove unused import
1 parent 2680e07 commit fb68962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App/src/hooks/usePlanActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
import { useCallback, useEffect, useRef } from 'react';
1111
import { useAppDispatch } from '@/store/hooks';
12-
import { ProcessedPlanData, PlanStatus } from '@/models';
12+
import { ProcessedPlanData } from '@/models';
1313
import {
1414
fetchPlanData,
1515
resetPlan,

0 commit comments

Comments
 (0)