diff --git a/src/ClockHands.tsx b/src/ClockHands.tsx index b8a8103..8057a51 100644 --- a/src/ClockHands.tsx +++ b/src/ClockHands.tsx @@ -2,7 +2,6 @@ import { createMemo, createSignal, onCleanup } from 'solid-js'; import { ClockLine as ClockHand } from '@/ClockLine'; import { rotate, seconds } from '@/common'; -import { getTestId } from '@/utilities'; const hours = seconds / 5; const getSecondsSinceMidnight = () => @@ -33,7 +32,6 @@ export const ClockHands = () => { <>