import { Button } from "@/components/ui/Button"; export default function NotFound() { return (

404

Страница не найдена

); }