fix
continuous-integration/drone/push Build is passing Details

main
parent c752c01976
commit fbe3350aa2

@ -3,7 +3,7 @@ import type { Room, RoomData } from '@/db/model'
import { type Action, type ActionAnswer, type ActionJolly } from '@/ggwp' import { type Action, type ActionAnswer, type ActionJolly } from '@/ggwp'
import { formatDate, parse } from 'date-fns' import { formatDate, parse } from 'date-fns'
import { useState } from 'preact/hooks' import { useState } from 'preact/hooks'
import { Clock } from './Clock' import { Clock } from './time'
type Outcome = 'correct' | 'partial' | 'wrong' type Outcome = 'correct' | 'partial' | 'wrong'

Loading…
Cancel
Save