mirror of
https://github.com/r2r90/canvas-label.git
synced 2025-12-17 05:29:27 +00:00
work in progress
This commit is contained in:
4
src/hooks/use-app-selector.ts
Normal file
4
src/hooks/use-app-selector.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { RootState } from "@/store/store";
|
||||
import { TypedUseSelectorHook, useSelector } from "react-redux";
|
||||
|
||||
export const useAppSelector: TypedUseSelectorHook<RootState> = useSelector
|
||||
Reference in New Issue
Block a user