import { Box, Typography } from "@mui/material"; export const ApologyPage = (message: string) => { return ( {message || "что-то пошло не так"} ) }