diff --git a/src/services/GamepadNavigation/useHorizontalNavGamepadNavigation.tsx b/src/services/GamepadNavigation/useHorizontalNavGamepadNavigation.tsx index 422489e3e..0d65a3fa1 100644 --- a/src/services/GamepadNavigation/useHorizontalNavGamepadNavigation.tsx +++ b/src/services/GamepadNavigation/useHorizontalNavGamepadNavigation.tsx @@ -2,7 +2,7 @@ import { useEffect } from 'react'; import { useGamepad } from '../GamepadContext'; -import useFullscreen from 'stremio/common/useFullscreen'; +import useFullscreen from 'stremio/common/Fullscreen'; const useHorizontalNavGamepadNavigation = (gamepadHandlerId: string, enableGoBack: boolean) => { const gamepad = useGamepad();