fix build

This commit is contained in:
Vikhyath Mondreti
2025-11-10 10:00:51 -08:00
parent 1e8b4769aa
commit 997c4639ed

View File

@@ -1,4 +1,4 @@
export { Chat } from '../../chat/chat'
export { Copilot } from '../../panel-new/components/copilot/copilot'
export { Chat } from './chat/chat'
export { Console } from './console/console'
export { Variables } from './variables/variables'