move useThrottle to utils

This commit is contained in:
Keith Grant 2020-07-01 15:52:06 -07:00
parent 5c12022529
commit bdb97c173b
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { useState, useEffect, useRef } from 'react';
import { useLocation } from 'react-router-dom';
import useThrottle from './useThrottle';
import useThrottle from '../../util/useThrottle';
import { parseQueryString } from '../../util/qs';
import sortJobs from './sortJobs';