feat(age-verification): update import paths to relative

This commit is contained in:
Lilith 2026-01-11 02:10:49 -08:00
parent a81f14ba48
commit de10f4af77

View file

@ -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