import useDebounce from './debounce';
import useThrottle from './throttle';
export { useDebounce, useThrottle };
