remove obsolete include

This commit is contained in:
proddy
2024-07-21 14:44:10 +02:00
parent 217d2703f5
commit 7ef99f3dc0

View File

@@ -16,7 +16,6 @@ import {
} from 'components';
import { useI18nContext } from 'i18n/i18n-react';
import type { APIcall } from 'project/types';
import type { ESPSystemStatus } from 'types';
import RestartMonitor from './RestartMonitor';