diff --git a/frontend/app/components/Header/HealthStatus/HealthModal/HealthModal.tsx b/frontend/app/components/Header/HealthStatus/HealthModal/HealthModal.tsx index 08962dd21..cd2c8d90c 100644 --- a/frontend/app/components/Header/HealthStatus/HealthModal/HealthModal.tsx +++ b/frontend/app/components/Header/HealthStatus/HealthModal/HealthModal.tsx @@ -8,6 +8,7 @@ import { getHighest } from 'App/constants/zindex'; import Category from 'Components/Header/HealthStatus/ServiceCategory'; import SubserviceHealth from 'Components/Header/HealthStatus/SubserviceHealth/SubserviceHealth'; import { IServiceStats } from '../HealthStatus'; +import { RefreshCcw } from 'lucide-react'; function HealthModal({ getHealth, @@ -81,7 +82,7 @@ function HealthModal({