Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
ignore react import with flow because bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Jul 5, 2019
1 parent 2b4d0c0 commit 58f3d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/currencies/sortByMarketcap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// @flow
import type { Currency } from "../types";
// $FlowFixMe to be figured out
import { useState, useEffect } from "react";
import { makeLRUCache } from "../cache";
import { getCountervalues } from "../countervalues";
Expand Down

0 comments on commit 58f3d1f

Please sign in to comment.