fix context error

This commit is contained in:
2025-08-03 14:04:10 +02:00
parent 7ad74db834
commit 28ee97782c
4 changed files with 26 additions and 20 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import { useState } from "react";
import { Nunito } from "next/font/google";
import { api } from "muzak/data/fetcher";
import { useAnimation } from "../layout";
import { useAnimation } from "muzak/contexts/AnimationContext";
const nunito = Nunito({
weight: "900",