Skip to content

Commit 48688c4

Browse files
committed
fix: fetch is now given by vite
1 parent 689a4d0 commit 48688c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/hooks/useFetchIpfsJson.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { useState, useEffect } from "react";
2-
import fetch from "node-fetch";
32
import { getIpfsUrl } from "utils/getIpfsUrl";
43

54
const useFetchIpfsJson = (ipfsUri: string) => {

0 commit comments

Comments
 (0)