import { h } from 'preact'; import formatTime from '../util/formatTime'; export default (props) => (
  • {props.Line.Name}
  • );