diff --git a/src/App.tsx b/src/App.tsx index c10d915..a567845 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -18,6 +18,7 @@ import NewsArticle from "./pages/NewsArticle"; import Category from "./pages/Category"; import SearchResult from "./pages/SearchResult"; import AllPosts from "./pages/AllPosts"; +import NotFound404 from "./pages/NotFound404"; // Components import Header from "./components/header/Header"; @@ -43,6 +44,7 @@ const App = () => { } /> } /> } /> + } />