(Remove unused icons import in testErrorView.tsx)
This commit is contained in:
parent
05cfea804c
commit
47ae43b2d9
|
|
@ -17,7 +17,6 @@
|
||||||
import { ansi2html } from '@web/ansi2html';
|
import { ansi2html } from '@web/ansi2html';
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
import './testErrorView.css';
|
import './testErrorView.css';
|
||||||
import * as icons from './icons';
|
|
||||||
import type { ImageDiff } from '@web/shared/imageDiffView';
|
import type { ImageDiff } from '@web/shared/imageDiffView';
|
||||||
import { ImageDiffView } from '@web/shared/imageDiffView';
|
import { ImageDiffView } from '@web/shared/imageDiffView';
|
||||||
import type { TestResult } from './types';
|
import type { TestResult } from './types';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue