Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 9af02b6

Browse files
authored
Update ApiActionsInfo.tsx
1 parent 8baf93c commit 9af02b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/pages/filesytem/ApiActionsInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { ReactElement } from "react"
1+
import React from "react"
22
import { useSelector } from "react-redux"
33
import { RootState } from "../../../background/redux/store"
44

5-
export const ApiActionsInfo = (): ReactElement => {
5+
export const ApiActionsInfo = (): JSX.Element => {
66
const ongoingActions = useSelector(
77
(state: RootState) => state.apiActions.actions
88
)

0 commit comments

Comments
 (0)