fmt(js): npm run fix on merge (#68065)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
nousbot-eng 2026-07-20 09:58:53 -04:00 committed by GitHub
parent 2bb531b67a
commit 3d7e1c5f43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,13 +14,7 @@ import { useOnProfileSwitch } from '../hooks/use-on-profile-switch'
import { PanelEmpty } from '../overlays/panel'
import { ConfigField } from './config-field'
import {
enumOptionsFor,
getNested,
isExternalMemoryProvider,
sectionFieldEntries,
setNested
} from './helpers'
import { enumOptionsFor, getNested, isExternalMemoryProvider, sectionFieldEntries, setNested } from './helpers'
import { MemoryConnect } from './memory/connect'
import { ProviderConfigPanel } from './memory/provider-config-panel'
import { ModelSettings, ModelSettingsSkeleton } from './model-settings'