Skip to content

Commit 88a5289

Browse files
yuanjackie1jasnoo
authored andcommitted
removed any for useStoreContext in store.tsx
1 parent 558156a commit 88a5289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/store.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import React, { useContext } from 'react';
33

44
export const StoreContext = React.createContext();
55

6-
export const useStoreContext: any = () => useContext(StoreContext);
6+
export const useStoreContext = () => useContext(StoreContext);

0 commit comments

Comments
 (0)