mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
move useThrottle to utils
This commit is contained in:
parent
5c12022529
commit
bdb97c173b
@ -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';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user