diff --git a/src/App.tsx b/src/App.tsx index 1646951..2b3744b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,6 +4,7 @@ import Header from "./components/Header"; import Footer from "./components/Footer"; import Server from "./pages/Server"; import ServerDetail from "./pages/ServerDetail"; +import NotFound from "./pages/NotFound"; const App: React.FC = () => { return ( @@ -14,6 +15,7 @@ const App: React.FC = () => { } /> } /> + } />