feat(age-verification): ✨ update import paths to relative
This commit is contained in:
parent
a81f14ba48
commit
de10f4af77
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue