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