mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-23 04:41:16 -04:00
cross-fetch -> unfetch (browser only)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { h, render } from "preact";
|
||||
import { useState, useEffect } from "preact/hooks";
|
||||
import fetch from "cross-fetch";
|
||||
import fetch from "unfetch";
|
||||
import canonicalUrl from "get-canonical-url";
|
||||
|
||||
// shared react components:
|
||||
|
Reference in New Issue
Block a user