// withHooks
// noPage


import useGlobalState, { useGlobalReturn } from 'esoftplay/global';
import { } from 'react-native';


const _state = useGlobalState({}, { persistKey: 'market_config', loadOnInit: true })

export function state(): useGlobalReturn<any> {
  return _state
}

export default function m(): any {
  return null
}