From 019ce70ebebfacf424369afade7ba48e7ac80f38 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Wed, 21 Aug 2024 17:38:59 +0000 Subject: [PATCH] and another one --- public/404.html | 45 +----------------------------------------- src/pages/NotFound.jsx | 1 + 2 files changed, 2 insertions(+), 44 deletions(-) diff --git a/public/404.html b/public/404.html index 1895447..7e92cfc 100644 --- a/public/404.html +++ b/public/404.html @@ -2,50 +2,7 @@ - + diff --git a/src/pages/NotFound.jsx b/src/pages/NotFound.jsx index d332783..d9a64d9 100644 --- a/src/pages/NotFound.jsx +++ b/src/pages/NotFound.jsx @@ -1,6 +1,7 @@ import React from 'react'; const NotFound = () => { + console.log('NotFound component rendered'); return (
Not found