Hooks have types now

This commit is contained in:
Jordan Eldredge 2019-03-08 19:03:39 -08:00
parent 814a73fd6e
commit 3d0278688d

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";