import { Link as RouterLink } from "react-router-dom"; import Box from "@mui/material/Box"; import Typography from "@mui/material/Typography"; import { Button } from "../ui"; export default function NotFound() { return ( 404 Stránka nebyla nalezena. ); }