const state = { title: 'Habitica', user: null, tasks: null, // user tasks }; export default state;