const Index = (): void => { console.log('Index', 'Hello, you are init the default function!'); }; export default Index;