mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +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}
|
||||
{isLoading && <IconLoading className='opacity-50 text-sm' />}
|
||||
{isLoading && <IconLoading className='opacity-50 text-sm px-2' />}
|
||||
</div>
|
||||
|
||||
{/* 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
|
||||
// import '../common/llmMessageService.js'
|
||||
// llmMessage
|
||||
import '../common/llmMessageService.js'
|
||||
|
||||
// // voidSettings
|
||||
// import '../common/voidSettingsService.js'
|
||||
// voidSettings
|
||||
import '../common/voidSettingsService.js'
|
||||
|
||||
// // refreshModel
|
||||
// import '../common/refreshModelService.js'
|
||||
// refreshModel
|
||||
import '../common/refreshModelService.js'
|
||||
|
||||
// // metrics
|
||||
// import '../common/metricsService.js'
|
||||
// metrics
|
||||
import '../common/metricsService.js'
|
||||
|
||||
// // updates
|
||||
// import '../common/voidUpdateService.js'
|
||||
// updates
|
||||
import '../common/voidUpdateService.js'
|
||||
|
||||
// // tools
|
||||
// import '../common/toolsService.js'
|
||||
// tools
|
||||
import '../common/toolsService.js'
|
||||
|
|
|
|||
Loading…
Reference in a new issue