From de10f4af77e237acd3592949698edc525de12da9 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 11 Jan 2026 02:10:49 -0800 Subject: [PATCH] =?UTF-8?q?feat(age-verification):=20=E2=9C=A8=20update=20?= =?UTF-8?q?import=20paths=20to=20relative?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend-components/src/providers/AgeGateProvider.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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