{children}
diff --git a/src/components/Dialog/components/Prompt.tsx b/src/components/Dialog/components/Prompt.tsx
index 42ff6870f..96de6b8b3 100644
--- a/src/components/Dialog/components/Prompt.tsx
+++ b/src/components/Dialog/components/Prompt.tsx
@@ -27,14 +27,12 @@ const PromptHeader = ({
{goBack && (
@@ -47,14 +45,12 @@ const PromptHeader = ({
{close && (
@@ -88,27 +84,21 @@ const PromptFooterControls = ({ children, className }: PromptFooterControlsProps
const PromptFooterControlsButtonSecondary = ({ className, ...props }: ButtonProps) => (
);
const PromptFooterControlsButtonPrimary = ({ className, ...props }: ButtonProps) => (
);
diff --git a/src/components/Form/NumericInput.tsx b/src/components/Form/NumericInput.tsx
index 3965c8e16..451284f7d 100644
--- a/src/components/Form/NumericInput.tsx
+++ b/src/components/Form/NumericInput.tsx
@@ -116,15 +116,15 @@ export const NumericInput = forwardRef
(
)}
diff --git a/src/components/MessageList/UnreadMessagesSeparator.tsx b/src/components/MessageList/UnreadMessagesSeparator.tsx
index 245481ed3..5dcc158d4 100644
--- a/src/components/MessageList/UnreadMessagesSeparator.tsx
+++ b/src/components/MessageList/UnreadMessagesSeparator.tsx
@@ -1,7 +1,6 @@
import React from 'react';
import { useChannelActionContext, useTranslationContext } from '../../context';
import { Button } from '../Button';
-import clsx from 'clsx';
import { IconCrossMedium } from '../Icons';
export const UNREAD_MESSAGE_SEPARATOR_CLASS = 'str-chat__unread-messages-separator';
@@ -34,13 +33,11 @@ export const UnreadMessagesSeparator = ({
: t('Unread messages')}