Joystream Stats 3 years ago
parent
commit
fc830975cd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/Dashboard/index.tsx

+ 0 - 1
src/components/Dashboard/index.tsx

@@ -3,7 +3,6 @@ import { Link } from "react-router-dom";
 import { ActiveProposals, Council } from "..";
 import Validators from "../Validators";
 import { IState } from "../../types";
-import moment from "moment";
 
 const Dashboard = (props: IState) => {
   const { block, now, domain, handles, members, proposals, tokenomics } = props;