import { motion } from "framer-motion"; import App from "./game/App"; import { Box } from "@mui/material"; export const Game = () => { return ( ); }; export default Game;