Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
castdrian committed Feb 20, 2024
1 parent cc7f5ca commit 6dab85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/expo/src/components/player/ScraperProcess.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import {
import { fetchMediaDetails, fetchSeasonDetails } from "@movie-web/tmdb";

import type { ItemData } from "../item/item";
import { PlayerStatus } from "~/stores/player/slices/interface";
import { usePlayerStore } from "~/stores/player/store";
import { Text } from "../ui/Text";
import { PlayerStatus } from "~/stores/player/slices/interface";

interface ScraperProcessProps {
data: ItemData;
Expand Down

0 comments on commit 6dab85f

Please sign in to comment.