mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-23 11:39:50 -06:00
fix build
This commit is contained in:
@@ -9,7 +9,7 @@ import { useHomeContext } from "../provider";
|
||||
import { H3 } from "../../../components/Global/helpers/text";
|
||||
import Avatar from "../../../components/Global/helpers/avatar";
|
||||
import Client from "../../../api/client";
|
||||
import { usePlayerContext } from "@/player/provider";
|
||||
import { usePlayerContext } from "../../../player/provider";
|
||||
import { useEffect } from "react";
|
||||
|
||||
export function ProvidedHome({ route, navigation }: ProvidedHomeProps): React.JSX.Element {
|
||||
|
||||
Reference in New Issue
Block a user