mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
add back imports
This commit is contained in:
parent
5ed1f465a2
commit
e2e8279fce
2 changed files with 14 additions and 14 deletions
|
|
@ -702,7 +702,7 @@ const ChatBubble = ({ chatMessage, isLoading, messageIdx }: { chatMessage: ChatM
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
{chatbubbleContents}
|
{chatbubbleContents}
|
||||||
{isLoading && <IconLoading className='opacity-50 text-sm' />}
|
{isLoading && <IconLoading className='opacity-50 text-sm px-2' />}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* edit button */}
|
{/* edit button */}
|
||||||
|
|
|
||||||
|
|
@ -37,22 +37,22 @@ import './voidUpdateActions.js'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ---------- common ----------
|
// ---------- common (unclear if these actually need to be imported, because they're already imported wherever they're used) ----------
|
||||||
|
|
||||||
// // llmMessage
|
// llmMessage
|
||||||
// import '../common/llmMessageService.js'
|
import '../common/llmMessageService.js'
|
||||||
|
|
||||||
// // voidSettings
|
// voidSettings
|
||||||
// import '../common/voidSettingsService.js'
|
import '../common/voidSettingsService.js'
|
||||||
|
|
||||||
// // refreshModel
|
// refreshModel
|
||||||
// import '../common/refreshModelService.js'
|
import '../common/refreshModelService.js'
|
||||||
|
|
||||||
// // metrics
|
// metrics
|
||||||
// import '../common/metricsService.js'
|
import '../common/metricsService.js'
|
||||||
|
|
||||||
// // updates
|
// updates
|
||||||
// import '../common/voidUpdateService.js'
|
import '../common/voidUpdateService.js'
|
||||||
|
|
||||||
// // tools
|
// tools
|
||||||
// import '../common/toolsService.js'
|
import '../common/toolsService.js'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue