Skip to content

Commit

Permalink
Merge pull request #1291 from cedardevs/979-sitemap-bugfix
Browse files Browse the repository at this point in the history
Fix missing import.
  • Loading branch information
ajakz authored Jul 2, 2020
2 parents 4adb85c + 90ee29b commit a9ea8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/actions/fetch/FetchActions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import 'isomorphic-fetch'
import {apiPath} from '../../utils/urlUtils'
import {checkForErrors} from '../../utils/responseUtils'

export const fetchSitemap = () => {
return dispatch => {
Expand Down

0 comments on commit a9ea8cc

Please sign in to comment.