Format code

This commit is contained in:
Zoe Roux
2024-05-20 22:18:10 +02:00
parent f3fb96504a
commit bb14d9944a
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -33,11 +33,11 @@ import {
} from "@kyoo/primitives";
import { useState } from "react";
import { Platform, View } from "react-native";
import type { Stylable } from "yoshiki";
import { percent, px, rem, useYoshiki } from "yoshiki/native";
import { ItemContext } from "../components/context-menus";
import type { Layout } from "../fetch";
import { ItemWatchStatus } from "./grid";
import type { Stylable } from "yoshiki";
export const ItemList = ({
href,
+1 -1
View File
@@ -22,6 +22,7 @@ import { type KyooImage, WatchStatusV } from "@kyoo/models";
import {
H6,
IconButton,
Image,
ImageBackground,
type ImageProps,
Link,
@@ -32,7 +33,6 @@ import {
important,
tooltip,
ts,
Image,
} from "@kyoo/primitives";
import ExpandMore from "@material-symbols/svg-400/rounded/keyboard_arrow_down-fill.svg";
import ExpandLess from "@material-symbols/svg-400/rounded/keyboard_arrow_up-fill.svg";