import React from 'react' import { Duration } from 'luxon'; import { durationFormatted, formatTimeOrDate } from 'App/date'; interface Props { startTime: any } function Counter({ startTime }: Props) { return (