Skip to content

Commit 49ba031

Browse files
fix imports
Signed-off-by: Adhitya Mamallan <[email protected]>
1 parent 34f79d9 commit 49ba031

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/views/workflow-history/config/workflow-history-event-summary-field-parsers.config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import {
2-
MdHourglassBottom,
3-
MdOutlineMonitorHeart,
4-
MdReplay,
5-
} from 'react-icons/md';
1+
import { MdHourglassBottom, MdOutlineMonitorHeart } from 'react-icons/md';
62

73
import { type WorkflowHistoryEventSummaryFieldParser } from '../workflow-history-event-summary/workflow-history-event-summary.types';
84
import WorkflowHistoryEventSummaryJson from '../workflow-history-event-summary-json/workflow-history-event-summary-json';

0 commit comments

Comments
 (0)