Add Prepared Animation

This commit is contained in:
Ralex91
2024-02-01 16:35:10 +01:00
parent 1839f31a21
commit c2db3810ac
10 changed files with 95 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import Image from "next/image"
import Button from "@/components/Button"
import background from "@/assets/2238431_1694.jpg"
import background from "@/assets/background.webp"
import { usePlayerContext } from "@/context/player"
import { useSocketContext } from "@/context/socket"
import { useState } from "react"