moved files outside of /app

This commit is contained in:
Jorrin
2024-02-05 21:03:26 +01:00
parent eeb0b921dc
commit eef7565106
12 changed files with 6 additions and 6 deletions

View File

@@ -13,8 +13,8 @@ import {
} from "@movie-web/provider-utils";
import { fetchMediaDetails } from "@movie-web/tmdb";
import type { ItemData } from "./components/item/item";
import { usePlayer } from "./hooks/usePlayer";
import type { ItemData } from "~/components/item/item";
import { usePlayer } from "../hooks/usePlayer";
export default function VideoPlayerWrapper() {
const params = useLocalSearchParams();