function get_empty_state(message, action) { return `

${message}

${action ? `

${action}

`: ''}
`; } export { get_empty_state }