chore: 🤖 fix master build

This commit is contained in:
streamich 2019-08-20 23:37:42 +02:00
parent 106906013f
commit 6e5cfaccef

View File

@ -1,5 +1,5 @@
import * as React from 'react';
import * as isEqual from 'react-fast-compare';
import isEqual from 'react-fast-compare';
import { off, on } from './util';
const { useState, useEffect } = React;