# HG changeset patch # User ymh # Date 1536148090 -7200 # Node ID 384f4539b76a54211eed1ace13fb0eec27facc39 # Parent e55ae84508bfd9073759c14f81a2a3c2cf6a6271 Remove unused import warning diff -r e55ae84508bf -r 384f4539b76a 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';