migrate to radix ui, make header draft
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { AppDispatch } from "@shared/store"
|
||||
|
||||
import { useDispatch } from "react-redux"
|
||||
|
||||
export const useAppDispatch = useDispatch.withTypes<AppDispatch>()
|
||||
@@ -0,0 +1,5 @@
|
||||
import type { RootState } from "@shared/store"
|
||||
|
||||
import { useSelector } from "react-redux"
|
||||
|
||||
export const useAppSelector = useSelector.withTypes<RootState>()
|
||||
Reference in New Issue
Block a user