diff --git a/src/App.jsx b/src/App.jsx index 99d8d90b1..2da0e4b84 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -15,13 +15,14 @@ import VerticalTimeline from './Components/Timeline'; import Carousel from './Components/Carousel'; import Hero from './Components/Hero'; import Footer from "./Components/Footer" +import ErrorPageWithButton from './Components/ErrorPageWithButton'; const Homepage = () => { return (
@@ -51,6 +52,7 @@ function App() {