Blame view

src/pages/Instalment/index.tsx 156 Bytes
PurelzMgnead authored
1
2
3
import Title from './components/title/title';

const instalment_contect: React.FC = () => (
4
5
6
  <>
    <Title />
  </>
PurelzMgnead authored
7
8
);
9
export default instalment_contect;