From c6f2beaf2613eb4a5d7c059213814e1fe8647fdd Mon Sep 17 00:00:00 2001 From: high1 Date: Mon, 26 Jan 2026 10:19:37 +0100 Subject: [PATCH] chore(cleanup): Removed unneeded test id from ClockHands --- src/ClockHands.tsx | 2 -- 1 file changed, 2 deletions(-) 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 = () => { <>