diff --git a/ts/components/conversation/TimerNotification.tsx b/ts/components/conversation/TimerNotification.tsx index aed960a63..4303e6fb7 100644 --- a/ts/components/conversation/TimerNotification.tsx +++ b/ts/components/conversation/TimerNotification.tsx @@ -1,7 +1,6 @@ import { useDispatch } from 'react-redux'; import styled from 'styled-components'; import { PropsForExpirationTimer } from '../../state/ducks/conversations'; -import { assertUnreachable } from '../../types/sqlSharedTypes'; import { isLegacyDisappearingModeEnabled } from '../../session/disappearing_messages/legacy'; import { UserUtils } from '../../session/utils';