Skip to content

Commit

Permalink
feat: add missing tab-component
Browse files Browse the repository at this point in the history
  • Loading branch information
Shibani Basava authored and Shibani Basava committed Feb 13, 2024
1 parent 9c6a056 commit 7a5354e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/chat-component/src/components/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import './chat-debug-thought-process.js';
import './debug-chat-entry.js';
import './tab-component.js';

import './voice-input.js';
import './voice-input-button.js';
Expand Down
1 change: 0 additions & 1 deletion packages/chat-component/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import './link-icon.js';
import './chat-stage.js';
import './loading-indicator.js';
import './tab-component.js';
import './citation-list.js';
import './chat-thread-component.js';
import './chat-action-button.js';
Expand Down

0 comments on commit 7a5354e

Please sign in to comment.