Skip to content

Commit 3efe0d5

Browse files
committed
cleanup
1 parent 6f450c7 commit 3efe0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/hooks/usePrepareLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
useNavigationType,
55
useSearchParams,
66
} from 'react-router-dom';
7-
import { useRecoilValue, useSetRecoilState } from 'recoil';
7+
import { useSetRecoilState } from 'recoil';
88
import { columnLayoutState } from 'state/columnLayoutAtom';
99
import { isFormOpenState } from 'state/formOpenAtom';
1010

0 commit comments

Comments
 (0)