'use client'; import { useGameContext } from '../GameContext'; export function GameFooter() { const { store } = useGameContext(); return ( ); }