From 4c94c1b42d673d9c65221226689afd239124dc9a Mon Sep 17 00:00:00 2001 From: Saurab Gami Date: Thu, 1 Oct 2020 21:49:27 +0545 Subject: [PATCH] Update 404.js I am just adding comments so I can complete the number of pull requests required for an event. Thank you. --- src/pages/404.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/404.js b/src/pages/404.js index bc4c31d..a5ef196 100644 --- a/src/pages/404.js +++ b/src/pages/404.js @@ -1,3 +1,5 @@ +// Page not found + import React from "react" import Layout from "../components/layout"