Skip to content

Commit

Permalink
Stop using isomorphic-unfetch
Browse files Browse the repository at this point in the history
fetch is built into the browser
  • Loading branch information
jcoyne authored and cbeer committed Jan 25, 2023
1 parent bf1f578 commit 6150c0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/state/sagas/iiif.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
all, call, put, select, takeEvery,
} from 'redux-saga/effects';
import fetch from 'isomorphic-unfetch';
import { Utils } from 'manifesto.js';
import normalizeUrl from 'normalize-url';
import ActionTypes from '../actions/action-types';
Expand Down

0 comments on commit 6150c0a

Please sign in to comment.