mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-22 23:10:35 -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 { HR, Icon, IconButton, Menu, P, PressableFeedback, tooltip, ts } from "@kyoo/primitives";
|
||||||
import ArrowDownward from "@material-symbols/svg-400/rounded/arrow_downward.svg";
|
import ArrowDownward from "@material-symbols/svg-400/rounded/arrow_downward.svg";
|
||||||
import ArrowUpward from "@material-symbols/svg-400/rounded/arrow_upward.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 GridView from "@material-symbols/svg-400/rounded/grid_view.svg";
|
||||||
import Sort from "@material-symbols/svg-400/rounded/sort.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 ViewList from "@material-symbols/svg-400/rounded/view_list.svg";
|
||||||
import { forwardRef } from "react";
|
import { forwardRef } from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
@ -33,13 +33,13 @@ import { ItemGrid } from "./grid";
|
|||||||
import { BrowseSettings } from "./header";
|
import { BrowseSettings } from "./header";
|
||||||
import { ItemList } from "./list";
|
import { ItemList } from "./list";
|
||||||
import {
|
import {
|
||||||
MediaTypeAll,
|
|
||||||
Layout,
|
Layout,
|
||||||
|
type MediaType,
|
||||||
|
MediaTypeAll,
|
||||||
|
MediaTypeKey,
|
||||||
MediaTypes,
|
MediaTypes,
|
||||||
SortBy,
|
SortBy,
|
||||||
SortOrd,
|
SortOrd,
|
||||||
MediaTypeKey,
|
|
||||||
type MediaType,
|
|
||||||
} from "./types";
|
} from "./types";
|
||||||
|
|
||||||
const { useParam } = createParam<{ sortBy?: string; mediaType?: string }>();
|
const { useParam } = createParam<{ sortBy?: string; mediaType?: string }>();
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import Collection from "@material-symbols/svg-400/rounded/collections_bookmark.svg";
|
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 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 All from "@material-symbols/svg-400/rounded/view_headline.svg";
|
||||||
import type { ComponentType } from "react";
|
import type { ComponentType } from "react";
|
||||||
import type { SvgProps } from "react-native-svg";
|
import type { SvgProps } from "react-native-svg";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user