// withHooks import React from 'react'; import { Text, View } from 'react-native'; export interface MainIndexArgs { } export interface MainIndexProps { } /** Klik [disini](https://github.com/dev-esoftplay/mobile-docs/blob/main/modules/main/index.md) untuk melihat dokumentasi*/ export default function m(props: MainIndexProps): any { return ( {`Hellow Esoftplay Developer, jangan lupa bismillah dulu ଘ(੭ˊᵕˋ)੭*`} ) }