import NorthcottsGame from '@/components/NorthcottsGame'; const NorthcottsGamePage = () => { return (
); }; export default NorthcottsGamePage;