Skip to content

Commit 6530d3c

Browse files
author
Sebastian Siemssen
committed
Fixing errors.
1 parent 23550ae commit 6530d3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/screens/App/components/Router/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import React from 'react';
44
import gql from 'graphql-tag';
55
import { graphql } from 'react-apollo';
66
import BasicPage from 'BasicPage';
7-
import Article from 'BasicPage';
7+
import Article from 'Article';
88
import NotFound from 'NotFound';
99

1010
type RouterProps = {

app/screens/App/screens/NotFound/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const NotFound = (): React.Element<any> => (
1010
<div>
1111
<h1>Page not found</h1>
1212
<p>
13-
These aren't the droids you're looking for.
13+
{'These aren\'t the droids you\'re looking for.'}
1414
</p>
1515
<p>
1616
<Link to="/">Back to the front page</Link>

0 commit comments

Comments
 (0)