diff --git a/features/age-verification/frontend-components/src/providers/AgeGateProvider.tsx b/features/age-verification/frontend-components/src/providers/AgeGateProvider.tsx index 764d8ef53..cec4cb693 100644 --- a/features/age-verification/frontend-components/src/providers/AgeGateProvider.tsx +++ b/features/age-verification/frontend-components/src/providers/AgeGateProvider.tsx @@ -7,8 +7,8 @@ import { createContext, useContext, type ReactNode } from 'react' -import { AgeGate } from '@/components/AgeGate' -import { useAgeVerification, type UseAgeVerificationReturn } from '@/hooks/useAgeVerification' +import { AgeGate } from '../components/AgeGate' +import { useAgeVerification, type UseAgeVerificationReturn } from '../hooks/useAgeVerification' /** * Context type - same as hook return