Add stream duration to layout header

This commit is contained in:
Gabe Kangas
2020-11-02 17:23:32 -08:00
parent 9b89955bb7
commit 7795a295c0
5 changed files with 32 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
/* eslint-disable react/prop-types */
import React, { useState, useEffect, useContext } from 'react';
import { timeFormat } from "d3-time-format";
import { Table, Row } from "antd";
import { formatDistanceToNow } from "date-fns";
import { UserOutlined} from "@ant-design/icons";