We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23550ae commit 6530d3cCopy full SHA for 6530d3c
app/screens/App/components/Router/index.js
@@ -4,7 +4,7 @@ import React from 'react';
4
import gql from 'graphql-tag';
5
import { graphql } from 'react-apollo';
6
import BasicPage from 'BasicPage';
7
-import Article from 'BasicPage';
+import Article from 'Article';
8
import NotFound from 'NotFound';
9
10
type RouterProps = {
app/screens/App/screens/NotFound/index.js
@@ -10,7 +10,7 @@ const NotFound = (): React.Element<any> => (
<div>
11
<h1>Page not found</h1>
12
<p>
13
- These aren't the droids you're looking for.
+ {'These aren\'t the droids you\'re looking for.'}
14
</p>
15
16
<Link to="/">Back to the front page</Link>
0 commit comments