client/src/components/SessionList.js
changeset 156 384f4539b76a
parent 155 e55ae84508bf
child 160 183b128a4189
--- a/client/src/components/SessionList.js	Wed Sep 05 12:27:52 2018 +0200
+++ b/client/src/components/SessionList.js	Wed Sep 05 13:48:10 2018 +0200
@@ -7,7 +7,6 @@
 import './SessionList.css';
 import Navbar from './Navbar';
 import * as sessionsActions from '../actions/sessionsActions';
-import uuidV1 from 'uuid/v1';
 import { getActiveSessions } from '../selectors/coreSelectors';
 import { getCurrentUser, getGroups, getCurrentGroup } from '../selectors/authSelectors';