import { useLayoutEffect } from 'react';

export const useIsomorphicLayoutEffect = useLayoutEffect;
