mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
fix import ordering
This commit is contained in:
parent
6f5513f11c
commit
dce3c5f576
@ -21,9 +21,9 @@
|
||||
import { HR, Icon, IconButton, Menu, P, PressableFeedback, tooltip, ts } from "@kyoo/primitives";
|
||||
import ArrowDownward from "@material-symbols/svg-400/rounded/arrow_downward.svg";
|
||||
import ArrowUpward from "@material-symbols/svg-400/rounded/arrow_upward.svg";
|
||||
import FilterList from "@material-symbols/svg-400/rounded/filter_list.svg";
|
||||
import GridView from "@material-symbols/svg-400/rounded/grid_view.svg";
|
||||
import Sort from "@material-symbols/svg-400/rounded/sort.svg";
|
||||
import FilterList from "@material-symbols/svg-400/rounded/filter_list.svg";
|
||||
import ViewList from "@material-symbols/svg-400/rounded/view_list.svg";
|
||||
import { forwardRef } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
@ -33,13 +33,13 @@ import { ItemGrid } from "./grid";
|
||||
import { BrowseSettings } from "./header";
|
||||
import { ItemList } from "./list";
|
||||
import {
|
||||
MediaTypeAll,
|
||||
Layout,
|
||||
type MediaType,
|
||||
MediaTypeAll,
|
||||
MediaTypeKey,
|
||||
MediaTypes,
|
||||
SortBy,
|
||||
SortOrd,
|
||||
MediaTypeKey,
|
||||
type MediaType,
|
||||
} from "./types";
|
||||
|
||||
const { useParam } = createParam<{ sortBy?: string; mediaType?: string }>();
|
||||
|
@ -19,8 +19,8 @@
|
||||
*/
|
||||
|
||||
import Collection from "@material-symbols/svg-400/rounded/collections_bookmark.svg";
|
||||
import TV from "@material-symbols/svg-400/rounded/tv.svg";
|
||||
import Movie from "@material-symbols/svg-400/rounded/movie.svg";
|
||||
import TV from "@material-symbols/svg-400/rounded/tv.svg";
|
||||
import All from "@material-symbols/svg-400/rounded/view_headline.svg";
|
||||
import type { ComponentType } from "react";
|
||||
import type { SvgProps } from "react-native-svg";
|
||||
|
Loading…
x
Reference in New Issue
Block a user