import tasks from './tasks';
import user from './user';
const actions = {
tasks,
user,
};
export default actions;