mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 18:50:04 -03:30
de-lint
This commit is contained in:
@@ -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([]);
|
||||
|
||||
Reference in New Issue
Block a user