Remove unused import warning
authorymh <ymh.work@gmail.com>
Wed, 05 Sep 2018 13:48:10 +0200
changeset 156 384f4539b76a
parent 155 e55ae84508bf
child 157 5c3af4f10e92
Remove unused import warning
client/src/components/SessionList.js
--- 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';