Hooks have types now

This commit is contained in:
Jordan Eldredge 2019-03-08 19:03:39 -08:00
parent 07362ec1c1
commit 7e09a3999a

View file

@ -1,4 +1,3 @@
// @ts-ignore #hook-types
import React, { useEffect, useState, useRef } from "react";
import { connect } from "react-redux";
import { VISUALIZERS } from "../../constants";