import { Route, Routes } from "react-router-dom"; import Dashboard from "./pages/Dashboard"; import Presentation, { PresentationFinal } from "./pages/Presentation"; export default function App() { return ( } /> } /> } /> ); }