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 { Filter } from 'lucide-react';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
STATUS_OPTIONS,
|
|
||||||
type ReadFilter,
|
type ReadFilter,
|
||||||
|
STATUS_OPTIONS,
|
||||||
type TaskFiltersState,
|
type TaskFiltersState,
|
||||||
type TaskStatusFilterId,
|
type TaskStatusFilterId,
|
||||||
} from './taskFiltersState';
|
} from './taskFiltersState';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue