Remove unused imports

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2024-09-18 15:00:58 +02:00
parent e6d71e67e5
commit e86e4a5ff4
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React, { Fragment, useCallback, useEffect, useState } from 'react';
import React, { Fragment, useEffect, useState } from 'react';
import useAsync from 'react-use/esm/useAsync';
import {
ActionExample,