refactor: absolute imports with path alias (#2960) [skip ci]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { InteractionContext } from '@app/context/InteractionContext';
|
||||
import { useContext } from 'react';
|
||||
import { InteractionContext } from '../context/InteractionContext';
|
||||
|
||||
export const useIsTouch = (): boolean => {
|
||||
const { isTouch } = useContext(InteractionContext);
|
||||
|
||||
Reference in New Issue
Block a user