mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-11 18:28:15 +00:00
Merge branch 'dev' into dev-kartik
This commit is contained in:
@@ -15,6 +15,7 @@ const PinInputContext = createContext<PinInputContextType>({
|
||||
disabled: false,
|
||||
});
|
||||
|
||||
// eslint-disable-next-line react-refresh/only-export-components
|
||||
export const usePinInputContext = () => {
|
||||
const context = useContext(PinInputContext);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user