mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 05:34:23 -04:00
Fixes from linter
This commit is contained in:
parent
4810db554e
commit
243768e019
@ -29,7 +29,7 @@ import { forwardRef } from "react";
|
|||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { type PressableProps, View } from "react-native";
|
import { type PressableProps, View } from "react-native";
|
||||||
import { useYoshiki } from "yoshiki/native";
|
import { useYoshiki } from "yoshiki/native";
|
||||||
import { Layout, MediaType, MediaTypeAll, SearchSort, SortOrd } from "./types";
|
import { Layout, type MediaType, MediaTypeAll, SearchSort, SortOrd } from "./types";
|
||||||
|
|
||||||
const SortTrigger = forwardRef<View, PressableProps & { sortKey: string }>(function SortTrigger(
|
const SortTrigger = forwardRef<View, PressableProps & { sortKey: string }>(function SortTrigger(
|
||||||
{ sortKey, ...props },
|
{ sortKey, ...props },
|
||||||
|
@ -39,7 +39,7 @@ import {
|
|||||||
SortBy,
|
SortBy,
|
||||||
SortOrd,
|
SortOrd,
|
||||||
MediaTypeKey,
|
MediaTypeKey,
|
||||||
MediaType,
|
type MediaType,
|
||||||
} from "./types";
|
} from "./types";
|
||||||
|
|
||||||
const { useParam } = createParam<{ sortBy?: string; mediaType?: string }>();
|
const { useParam } = createParam<{ sortBy?: string; mediaType?: string }>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user