// withHooks
// noPage
import useGlobalState, { useGlobalReturn } from 'esoftplay/global';

const _state = useGlobalState([], { persistKey: 'market_product_discuss_topic', loadOnInit: true })

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

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