remove react-bootstrap
- add a login dropdown component
- add a group login component
- remove reference to react-bootstrap
import Immutable from 'immutable';
import { ActionEnum } from '../constants';
export default Immutable.Record({
_id: '',
title: '',
description: '',
date: '',
group: null,
protocol: '',
action: ActionEnum.NONE,
}, 'Session');