Fix mobile compilation

This commit is contained in:
Zoe Roux 2023-09-04 17:35:24 +02:00
parent 03af604e94
commit 27ab3b0b21
No known key found for this signature in database

View File

@ -19,7 +19,7 @@
*/
import { MovieDetails } from "@kyoo/ui";
import { withRoute } from "../../utils";
import { withRoute } from "../../../utils";
export default withRoute(MovieDetails, {
options: { headerTransparent: true, headerStyle: { backgroundColor: "transparent" } },