mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-24 13:05:38 +00:00
adapt to typescript 6.0 api
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { msg } from "@lingui/core/macro"
|
||||
import { useLingui } from "@lingui/react"
|
||||
import { Select, type SelectProps } from "@mantine/core"
|
||||
import type { ComboboxItem } from "@mantine/core/lib/components/Combobox/Combobox.types"
|
||||
import { type ComboboxItem, Select, type SelectProps } from "@mantine/core"
|
||||
import { Constants } from "@/app/constants"
|
||||
import { useAppSelector } from "@/app/store"
|
||||
import type { Category } from "@/app/types"
|
||||
|
||||
Reference in New Issue
Block a user