summaryrefslogtreecommitdiffstats
path: root/stepped-solutions/08
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-09-18 15:54:38 -0400
committerGitHub <noreply@github.com>2018-09-18 15:54:38 -0400
commitf5d0bc53dbf93e421f64d49269898e730cf0bcad (patch)
tree97e74ea40ef7bb49b352a13a5dbffc2b9d242b9c /stepped-solutions/08
parentf910d193e2eec60fe6a167b552410c5d2c750e2f (diff)
parentebc1601e1a647c50d5bebd1e1a3a86e8782866ce (diff)
Merge pull request #15 from plxel/fix-header-and-meta-imports
fix header and meta imports
Diffstat (limited to 'stepped-solutions/08')
-rwxr-xr-xstepped-solutions/08/frontend/components/Page.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/stepped-solutions/08/frontend/components/Page.js b/stepped-solutions/08/frontend/components/Page.js
index 1256703..0731f9f 100755
--- a/stepped-solutions/08/frontend/components/Page.js
+++ b/stepped-solutions/08/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';
import styled, { ThemeProvider, injectGlobal } from 'styled-components';
const theme = {