mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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 { type PressableProps, View } from "react-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(
|
||||
{ sortKey, ...props },
|
||||
|
@ -39,7 +39,7 @@ import {
|
||||
SortBy,
|
||||
SortOrd,
|
||||
MediaTypeKey,
|
||||
MediaType,
|
||||
type MediaType,
|
||||
} from "./types";
|
||||
|
||||
const { useParam } = createParam<{ sortBy?: string; mediaType?: string }>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user