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 (