mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
de-lint
This commit is contained in:
parent
3b71d2a37b
commit
1f3ad85403
@ -1,5 +1,5 @@
|
||||
import React, { useState, useEffect, useCallback } from 'react';
|
||||
import { useLocation, useHistory, useRouteMatch } from 'react-router-dom';
|
||||
import { useLocation, useRouteMatch } from 'react-router-dom';
|
||||
import { withI18n } from '@lingui/react';
|
||||
import { t } from '@lingui/macro';
|
||||
import { Card, PageSection } from '@patternfly/react-core';
|
||||
@ -24,7 +24,6 @@ const QS_CONFIG = getQSConfig('organization', {
|
||||
|
||||
function OrganizationsList({ i18n }) {
|
||||
const location = useLocation();
|
||||
const history = useHistory();
|
||||
const match = useRouteMatch();
|
||||
|
||||
const [selected, setSelected] = useState([]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user