import { Link } from 'react-router-dom' import { Button } from '@/components/ui' import { Gamepad2, Home, Ghost } from 'lucide-react' export function NotFoundPage() { return (
Похоже, эта страница ушла на марафон и не вернулась. Попробуй начать с главной.
{/* Кнопка */}