From 3b4644c5281ec413c98e7bcd11495b116af495d7 Mon Sep 17 00:00:00 2001 From: Ryan Miller Date: Wed, 28 Aug 2024 15:15:07 +1000 Subject: [PATCH] chore: remove unused import --- ts/components/conversation/TimerNotification.tsx | 1 - 1 file changed, 1 deletion(-) 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';