import PropTypes from 'prop-types' import Box from '@mui/material/Box' import {Button} from '@mui/material' export default function MontreTeks({handleClick}) { return ( :not(style)': {m: 0.5}}}> ) } MontreTeks.propTypes = { handleClick: PropTypes.func.isRequired }