Revert "Add Youtube videos to the map (#13592)"

This reverts commit 4a3fcba501.
This commit is contained in:
Quincy Larson
2017-05-03 19:22:05 -05:00
committed by GitHub
parent 4a3fcba501
commit 60187e6c28
23 changed files with 14 additions and 711 deletions

View File

@@ -1,12 +1,10 @@
import fetchUserSaga from './fetch-user-saga';
import loadCurrentChallengeSaga from './load-current-challenge-saga';
import fetchYoutubeSaga from './fetch-youtube-saga';
export { default as reducer } from './reducer';
export * as actions from './actions';
export { default as types } from './types';
export const sagas = [
fetchUserSaga,
loadCurrentChallengeSaga,
fetchYoutubeSaga
loadCurrentChallengeSaga
];