import Link from 'next/link' import { useGameGlobal } from '..' export const MenuList = () => { const { setSideBarVisible } = useGameGlobal() return (
) }