diff --git a/client/src/Routes.tsx b/client/src/Routes.tsx
index 3aea4e1..21f011e 100644
--- a/client/src/Routes.tsx
+++ b/client/src/Routes.tsx
@@ -11,6 +11,7 @@ import {
StartPage,
} from "./app";
import { CatalogLayout, CatalogList } from "./app/catalog";
+import { DashboardPage } from "./app/dashboard";
import { QuotesLayout } from "./app/quotes/layout";
import { QuotesList } from "./app/quotes/list";
import { ProtectedRoute } from "./components";
@@ -26,6 +27,14 @@ export const Routes = () => {
// Define routes accessible only to authenticated users
const routesForAuthenticatedOnly = [
+ {
+ path: "/home",
+ element: (
+
descripción