Skip to content

Commit 16e4f28

Browse files
committed
remove unused import
1 parent 281d6d7 commit 16e4f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Layout/useLogin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Requestable, RequestStatus } from "@/types"
2-
import { useSelector, useDispatch } from "react-redux"
2+
import { useSelector } from "react-redux"
33
import { useCallback } from "react"
44

55
export enum UserStatus {

0 commit comments

Comments
 (0)