WIP layout api server
This commit is contained in:
parent
0478aa0912
commit
f3860d4da9
@ -25,11 +25,15 @@ import { ExternalLinkIcon, InfoIcon } from 'lucide-react'
|
|||||||
|
|
||||||
import { twMerge } from 'tailwind-merge'
|
import { twMerge } from 'tailwind-merge'
|
||||||
|
|
||||||
|
import { twMerge } from 'tailwind-merge'
|
||||||
|
|
||||||
import CardSidebar from '@/containers/CardSidebar'
|
import CardSidebar from '@/containers/CardSidebar'
|
||||||
import DropdownListSidebar, {
|
import DropdownListSidebar, {
|
||||||
selectedModelAtom,
|
selectedModelAtom,
|
||||||
} from '@/containers/DropdownListSidebar'
|
} from '@/containers/DropdownListSidebar'
|
||||||
|
|
||||||
|
import DropdownListSidebar from '@/containers/DropdownListSidebar'
|
||||||
|
|
||||||
import { useActiveModel } from '@/hooks/useActiveModel'
|
import { useActiveModel } from '@/hooks/useActiveModel'
|
||||||
import { useServerLog } from '@/hooks/useServerLog'
|
import { useServerLog } from '@/hooks/useServerLog'
|
||||||
|
|
||||||
@ -41,6 +45,8 @@ import ModelSetting from '../Chat/ModelSetting'
|
|||||||
import settingComponentBuilder from '../Chat/ModelSetting/settingComponentBuilder'
|
import settingComponentBuilder from '../Chat/ModelSetting/settingComponentBuilder'
|
||||||
import { showRightSideBarAtom } from '../Chat/Sidebar'
|
import { showRightSideBarAtom } from '../Chat/Sidebar'
|
||||||
|
|
||||||
|
import { showRightSideBarAtom } from '../Chat/Sidebar'
|
||||||
|
|
||||||
import Logs from './Logs'
|
import Logs from './Logs'
|
||||||
|
|
||||||
import { serverEnabledAtom } from '@/helpers/atoms/LocalServer.atom'
|
import { serverEnabledAtom } from '@/helpers/atoms/LocalServer.atom'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user