Skip to content

Commit 89d5a19

Browse files
Merge pull request #912 from microsoft/psl-resolvecopilotcomment
fix: Resolve Copilot Comment
2 parents 2680e07 + fb68962 commit 89d5a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)