From de99cd860e3baa9af7c3ad0145d397e28225c6c5 Mon Sep 17 00:00:00 2001 From: Super Snager Date: Tue, 12 Jul 2022 10:06:06 +0200 Subject: [PATCH] fix(typings): wrong TypingIndicator export --- src/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/index.d.ts b/src/types/index.d.ts index d1aa088..8e485c5 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -39,4 +39,4 @@ export * from "../components/Search/Search"; export * from "../components/Sidebar/Sidebar"; export * from "../components/Status/Status"; export * from "../components/StatusList/StatusList"; -export * from "../components/TypingIndicator"; \ No newline at end of file +export * from "../components/TypingIndicator/TypingIndicator"; \ No newline at end of file