Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-menlo committed Jan 16, 2025
1 parent 5298d75 commit 89e21be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Settings/Engines/LocalEngineSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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':
Expand Down

0 comments on commit 89e21be

Please sign in to comment.