From 33e3b361d4e9758bbbab1d23ac6b51a2af21e781 Mon Sep 17 00:00:00 2001 From: Victor Chabbert Date: Sat, 20 May 2017 15:00:13 +0200 Subject: Upgrade react-scripts to 1.0.1 --- frontend/src/components/errors/Error404.js | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'frontend/src/components') diff --git a/frontend/src/components/errors/Error404.js b/frontend/src/components/errors/Error404.js index b657482d..bf12453d 100644 --- a/frontend/src/components/errors/Error404.js +++ b/frontend/src/components/errors/Error404.js @@ -1,8 +1,12 @@ -import React from 'react' -import { Link } from 'react-router' +import React from "react"; +import { Link } from "react-router"; -const Error404 = () =>
-

No Match

- Take me back home ! 🏠 -
-export default Error404 \ No newline at end of file +const Error404 = () => ( +
+

No Match

+ + Take me back home ! 🏠 + +
+); +export default Error404; -- cgit