From 872c11051036f649a9b004d42ca235a9405a7cb4 Mon Sep 17 00:00:00 2001 From: notfire Date: Sat, 9 Aug 2025 18:05:19 -0400 Subject: [PATCH] remove unused import --- src/components/timeline/timeline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 5b9074ee..1c2ae5b6 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -7,7 +7,6 @@ import TimelineQuickSettings from './timeline_quick_settings.vue' import { debounce, throttle, keyBy } from 'lodash' import { library } from '@fortawesome/fontawesome-svg-core' import { faCircleNotch, faCog, faPlus, faMinus } from '@fortawesome/free-solid-svg-icons' -import {calcLineCount} from "diff/lib/patch/merge"; library.add( faCircleNotch,