File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/views/workflow-history-v2/workflow-history-ungrouped-table Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,18 @@ import { useMemo } from 'react';
22
33import { Virtuoso } from 'react-virtuoso' ;
44
5+ < < << << < HEAD
6+ = === ===
7+ import compareUngroupedEvents from '@/views/workflow-history/helpers/compare-ungrouped-events' ;
8+ >>> >>> > d60602c5 ( Add basic ungrouped table )
59import WorkflowHistoryTimelineLoadMore from '@/views/workflow-history/workflow-history-timeline-load-more/workflow-history-timeline-load-more' ;
610
711import WorkflowHistoryUngroupedEvent from '../workflow-history-ungrouped-event/workflow-history-ungrouped-event' ;
812
13+ < < << << < HEAD
914import compareUngroupedEvents from './helpers/compare-ungrouped-events' ;
15+ = === ===
16+ >>> >>> > d60602c5 ( Add basic ungrouped table )
1017import { styled } from './workflow-history-ungrouped-table.styles' ;
1118import {
1219 type UngroupedEventInfo ,
You can’t perform that action at this time.
0 commit comments