(Remove unused icons import in testErrorView.tsx)

This commit is contained in:
Pavel Feldman 2025-02-20 08:31:17 -08:00 committed by GitHub
parent 05cfea804c
commit 47ae43b2d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,6 @@
import { ansi2html } from '@web/ansi2html';
import * as React from 'react';
import './testErrorView.css';
import * as icons from './icons';
import type { ImageDiff } from '@web/shared/imageDiffView';
import { ImageDiffView } from '@web/shared/imageDiffView';
import type { TestResult } from './types';