import { Flex, Text } from "@mantine/core"; import { IconError404 } from "@tabler/icons-react"; export default function NotFound() { return ( Запрашиваемая страница не найдена. ) }