fix: linter

This commit is contained in:
Louis 2025-01-16 16:32:54 +07:00
parent 5298d7584d
commit 89e21be09d
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -11,6 +11,7 @@ import { Button, ScrollArea, Badge, Select, Progress } from '@janhq/joi'
import { twMerge } from 'tailwind-merge'
import { useActiveModel } from '@/hooks/useActiveModel'
import {
useGetDefaultEngineVariant,
useGetInstalledEngines,
@ -26,7 +27,6 @@ import { formatDownloadPercentage } from '@/utils/converter'
import ExtensionSetting from '../ExtensionSetting'
import DeleteEngineVariant from './DeleteEngineVariant'
import { useActiveModel } from '@/hooks/useActiveModel'
const os = () => {
switch (PLATFORM) {
case 'win32':