mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-10 01:01:16 -04:00
7 lines
243 B
JavaScript
7 lines
243 B
JavaScript
import errSaga from './err-saga';
|
|
import titleSaga from './title-saga';
|
|
import localStorageSaga from './local-storage-saga';
|
|
import hardGoToSaga from './hard-go-to-saga';
|
|
|
|
export default [ errSaga, titleSaga, localStorageSaga, hardGoToSaga ];
|