Skip to content
Snippets Groups Projects
Commit 6150c0ae authored by Justin Coyne's avatar Justin Coyne Committed by Chris Beer
Browse files

Stop using isomorphic-unfetch

fetch is built into the browser
parent bf1f5780
Branches
No related tags found
No related merge requests found
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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment