'use client' import { PagePurpose } from '@/components/common/PagePurpose' import { getModuleByHref } from '@/lib/navigation' import { Gamepad2, Construction } from 'lucide-react' export default function GamePage() { const moduleInfo = getModuleByHref('/development/game') return (
{moduleInfo && ( )}

Breakpilot Drive

Lernspiel-Management fuer Level, Inhalte und Lernziele.

In Entwicklung
) }