import Title from './components/title/title'; const instalment_contect: React.FC = () => ( <> <Title /> </> ); export default instalment_contect;