We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689a4d0 commit 48688c4Copy full SHA for 48688c4
web/src/hooks/useFetchIpfsJson.ts
@@ -1,5 +1,4 @@
1
import { useState, useEffect } from "react";
2
-import fetch from "node-fetch";
3
import { getIpfsUrl } from "utils/getIpfsUrl";
4
5
const useFetchIpfsJson = (ipfsUri: string) => {
0 commit comments