mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
move useThrottle to utils
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user