diff --git a/src/components/pages/filesytem/ApiActionsInfo.tsx b/src/components/pages/filesytem/ApiActionsInfo.tsx index fcdde72f..7741b978 100644 --- a/src/components/pages/filesytem/ApiActionsInfo.tsx +++ b/src/components/pages/filesytem/ApiActionsInfo.tsx @@ -1,8 +1,8 @@ -import { ReactElement } from "react" +import React from "react" import { useSelector } from "react-redux" import { RootState } from "../../../background/redux/store" -export const ApiActionsInfo = (): ReactElement => { +export const ApiActionsInfo = (): JSX.Element => { const ongoingActions = useSelector( (state: RootState) => state.apiActions.actions )