mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
fix lint error
This commit is contained in:
parent
4ea7c8a534
commit
726b5ddc26
@ -1,4 +1,4 @@
|
||||
import React, { useEffect, useRef, useCallback, useState } from 'react';
|
||||
import React, { useEffect, useRef, useCallback } from 'react';
|
||||
import { oneOf, bool, number, string, func } from 'prop-types';
|
||||
import ReactAce from 'react-ace';
|
||||
import 'ace-builds/src-noconflict/mode-json';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user