import { useContext } from 'react' import { LegalContext } from './LegalContext' export const useLegal = () => useContext(LegalContext)