diff --git a/src/components/TriggerLogs/CompositeCanvas.tsx b/src/components/TriggerLogs/CompositeCanvas.tsx index ccb60afd..e5b10ae0 100644 --- a/src/components/TriggerLogs/CompositeCanvas.tsx +++ b/src/components/TriggerLogs/CompositeCanvas.tsx @@ -5,7 +5,6 @@ import { Colors } from '../../utils/colors'; import { CompositeLogEntry } from '../../utils/logs/TriggerLogsParser'; import mouseZoomPlugin from '../../utils/uPlot/mouseZoomPlugin'; import touchZoomPlugin from '../../utils/uPlot/touchZoomPlugin'; - import LogsPagination from './LogsPagination'; const scale = 2; diff --git a/src/components/TriggerLogs/ToothCanvas.tsx b/src/components/TriggerLogs/ToothCanvas.tsx index 933e34ba..660ffd01 100644 --- a/src/components/TriggerLogs/ToothCanvas.tsx +++ b/src/components/TriggerLogs/ToothCanvas.tsx @@ -5,7 +5,6 @@ import { Colors } from '../../utils/colors'; import { EntryType, ToothLogEntry } from '../../utils/logs/TriggerLogsParser'; import mouseZoomPlugin from '../../utils/uPlot/mouseZoomPlugin'; import touchZoomPlugin from '../../utils/uPlot/touchZoomPlugin'; - import LogsPagination from './LogsPagination'; const { bars } = uPlot.paths;