export default { isAuthenticated(state) { return state.isLoggedIn; } };