fix lint error

This commit is contained in:
Keith J. Grant 2021-03-12 08:28:26 -08:00
parent 4ea7c8a534
commit 726b5ddc26

View File

@ -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';