fix context error
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user