Relevant page loading on detail page

This commit is contained in:
Kamran Ahmed
2019-12-01 15:01:22 +04:00
parent 629f1058f2
commit 35f6070133
4 changed files with 34 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ import { serverOnlyProps } from 'lib/server';
import { getRequestedRoadmap } from 'lib/roadmap';
import Helmet from 'components/helmet';
import RoadmapSummary from 'components/roadmap-summary';
import DetailedRoadmap from '../../components/detailed-roadmap';
import DetailedRoadmap from 'components/detailed-roadmap';
const Roadmap = ({ roadmap }) => {
if (!roadmap) {