/**
 * This file is only for re-exporting the `useLocalization` hook.
 * It should not be used internally within the project.
 */
import { useLocalization } from '../lib/LocalizationContext';
export { useLocalization } from '../lib/LocalizationContext';
export default useLocalization;
