Add module resolver and refactor guide loading

This commit is contained in:
Kamran Ahmed
2019-11-06 18:20:09 +04:00
parent a4338eb00c
commit 2cf22c1777
23 changed files with 116 additions and 79 deletions

View File

@@ -1,5 +1,4 @@
import { FeaturedWrap } from './style';
import FeaturedJourneys from './journeys';
import FeaturedGuides from './guides';
import FeaturedRoadmaps from './roadmaps';
@@ -14,4 +13,4 @@ FeaturedContent.defaultProps = {
className: '',
};
export default FeaturedContent;
export default FeaturedContent;