import { STATE } from './state' export const getName = ( state : STATE ) => { return state.name } export default { getName , }