From 1fb1453ca56889aa203b3f305903617974e0b008 Mon Sep 17 00:00:00 2001 From: Shibani Basava Date: Fri, 16 Feb 2024 00:10:01 +0000 Subject: [PATCH] chore: cleanup --- .../chat-component/src/components/chat-history-controller.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/chat-component/src/components/chat-history-controller.ts b/packages/chat-component/src/components/chat-history-controller.ts index 85801266..06851d6e 100644 --- a/packages/chat-component/src/components/chat-history-controller.ts +++ b/packages/chat-component/src/components/chat-history-controller.ts @@ -6,8 +6,6 @@ import iconHistory from '../../public/svg/history-icon.svg?raw'; import iconHistoryDismiss from '../../public/svg/history-dismiss-icon.svg?raw'; import iconUp from '../../public/svg/chevron-up-icon.svg?raw'; -import './chat-action-button.js'; - import { injectable } from 'inversify'; import { container,