chore: remove unneeded import

This commit is contained in:
Jérôme Wiedemann 2023-07-26 16:31:39 +00:00
parent 4d52c7e98c
commit 7fa82bffb0
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ import { formatDate } from './format_date';
import { formatTime } from './format_time';
import { UPDATE_SUPPORT_PROGRESS, updateIsInstallingFromAttributes } from './update';
import { supportsFeatureFromAttributes } from './supports-features';
import { ButtonCardConfig } from '../types/types';
const UNAVAILABLE = 'unavailable';
const UNKNOWN = 'unknown';