diff --git a/src/App.tsx b/src/App.tsx index d721de8..3f938b3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,5 @@ import { VStack } from '@chakra-ui/react'; +import Events from "./routes/Events"; import '@fontsource/kufam'; import { BrowserRouter, Route, Routes } from "react-router-dom"; import Info from "./components/Home/Info"; @@ -27,6 +28,7 @@ function ProdRoutes() {
+