diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingCount.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingCount.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingCount.tsx b/server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingCount.tsx index d1cc1e097c7..de54ad439fb 100644 --- a/server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingCount.tsx +++ b/server/sonar-web/src/main/js/apps/background-tasks/components/StatPendingCount.tsx @@ -24,7 +24,7 @@ import { ClearButton } from '../../../components/controls/buttons'; import ConfirmButton from '../../../components/controls/ConfirmButton'; import Tooltip from '../../../components/controls/Tooltip'; import { translate } from '../../../helpers/l10n'; -import { AppState } from '../../../types/types'; +import { AppState } from '../../../types/appstate'; export interface Props { appState: AppState; |