Skip to content

Commit

Permalink
fix: remove import of AnimatePresence
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Jul 26, 2024
1 parent 243d2c4 commit ad62d2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/client/src/app/room/[code]/game/[gameId]/game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { useCallback, useContext, useEffect, useState } from "react";
import type { EventFrom } from "xstate";
import { useMachine } from "@xstate/react";
import { AnimatePresence } from "framer-motion";
import { useQuery } from "@tanstack/react-query";
import { useRouter } from "next/navigation";

Expand Down

0 comments on commit ad62d2c

Please sign in to comment.