fix: sort imports in TaskFiltersPopover to satisfy lint
This commit is contained in:
parent
38507d7437
commit
ddc3567449
1 changed files with 1 additions and 1 deletions
|
|
@ -7,8 +7,8 @@ import { Popover, PopoverContent, PopoverTrigger } from '@renderer/components/ui
|
|||
import { Filter } from 'lucide-react';
|
||||
|
||||
import {
|
||||
STATUS_OPTIONS,
|
||||
type ReadFilter,
|
||||
STATUS_OPTIONS,
|
||||
type TaskFiltersState,
|
||||
type TaskStatusFilterId,
|
||||
} from './taskFiltersState';
|
||||
|
|
|
|||
Loading…
Reference in a new issue