| changeset 77 | cd27d9fc1c73 |
| parent 74 | 043477fd5c5c |
| child 124 | c77570164050 |
--- a/client/src/components/SessionSummary.js Thu Jun 22 12:51:11 2017 +0200 +++ b/client/src/components/SessionSummary.js Thu Jun 22 12:53:00 2017 +0200 @@ -1,6 +1,6 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; -import { Panel, ListGroup, ListGroupItem } from 'react-bootstrap'; +import { ListGroup, ListGroupItem } from 'react-bootstrap'; import _ from 'lodash'; import '../App.css'; import {formatTimestamp} from '../utils';