summaryrefslogtreecommitdiffstats
path: root/stepped-solutions/05/frontend
diff options
context:
space:
mode:
authorAlexey Mikhaylov <alexeym.vn@gmail.com>2018-09-15 23:40:16 +0300
committerAlexey Mikhaylov <alexeym.vn@gmail.com>2018-09-15 23:40:16 +0300
commitebc1601e1a647c50d5bebd1e1a3a86e8782866ce (patch)
tree020520e5924761584dadb491ad88674870afa27c /stepped-solutions/05/frontend
parentb3bebda57ba187b7fa10398054b54c05d3fd3555 (diff)
fix header and meta imports
Diffstat (limited to 'stepped-solutions/05/frontend')
-rw-r--r--stepped-solutions/05/frontend/components/Page.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/stepped-solutions/05/frontend/components/Page.js b/stepped-solutions/05/frontend/components/Page.js
index 96fb9f5..11bb409 100644
--- a/stepped-solutions/05/frontend/components/Page.js
+++ b/stepped-solutions/05/frontend/components/Page.js
@@ -1,6 +1,6 @@
import React, { Component } from 'react';
-import Header from '../components/Header';
-import Meta from '../components/Meta';
+import Header from './Header';
+import Meta from './Meta';
class Page extends Component {
render() {