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'