import {Box, Typography} from "@mui/material"; export const FullBlock = ({title, children, breakpoint}) => { return ( {title || 'title'} {children || 'children'} ) }