equal
deleted
inserted
replaced
5 import moment from 'moment'; |
5 import moment from 'moment'; |
6 import '../App.css'; |
6 import '../App.css'; |
7 import './SessionList.css'; |
7 import './SessionList.css'; |
8 import Navbar from './Navbar'; |
8 import Navbar from './Navbar'; |
9 import * as sessionsActions from '../actions/sessionsActions'; |
9 import * as sessionsActions from '../actions/sessionsActions'; |
10 import uuidV1 from 'uuid/v1'; |
|
11 import { getActiveSessions } from '../selectors/coreSelectors'; |
10 import { getActiveSessions } from '../selectors/coreSelectors'; |
12 import { getCurrentUser, getGroups, getCurrentGroup } from '../selectors/authSelectors'; |
11 import { getCurrentUser, getGroups, getCurrentGroup } from '../selectors/authSelectors'; |
13 |
12 |
14 class SessionList extends Component { |
13 class SessionList extends Component { |
15 |
14 |