From fbe3350aa26c8ed3ab5229f980d5f7c9e24e69e4 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 24 Nov 2024 23:59:40 +0100 Subject: [PATCH] fix --- src/components/SubmitAction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SubmitAction.tsx b/src/components/SubmitAction.tsx index 88dbacc..61d9c3e 100644 --- a/src/components/SubmitAction.tsx +++ b/src/components/SubmitAction.tsx @@ -3,7 +3,7 @@ import type { Room, RoomData } from '@/db/model' import { type Action, type ActionAnswer, type ActionJolly } from '@/ggwp' import { formatDate, parse } from 'date-fns' import { useState } from 'preact/hooks' -import { Clock } from './Clock' +import { Clock } from './time' type Outcome = 'correct' | 'partial' | 'wrong'