From 17d949915b88e55b3cf277c7d86902f86a209578 Mon Sep 17 00:00:00 2001 From: Guillermo Croppi Date: Fri, 2 Feb 2024 16:39:55 -0300 Subject: [PATCH] Init stats page --- src/app/admin/estadisticas/page.jsx | 15 +++++++++++++++ src/components/admin/sideMenu.jsx | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 src/app/admin/estadisticas/page.jsx diff --git a/src/app/admin/estadisticas/page.jsx b/src/app/admin/estadisticas/page.jsx new file mode 100644 index 0000000..bba0f25 --- /dev/null +++ b/src/app/admin/estadisticas/page.jsx @@ -0,0 +1,15 @@ + + + +const StatsAdminPage = () => { + return ( +
+

(re)surgentes

+

Estadisticas

+
+ ); +} + +StatsAdminPage.displayName = 'StatsAdminPage'; + +export default StatsAdminPage; \ No newline at end of file diff --git a/src/components/admin/sideMenu.jsx b/src/components/admin/sideMenu.jsx index ec31323..e9f4a5c 100644 --- a/src/components/admin/sideMenu.jsx +++ b/src/components/admin/sideMenu.jsx @@ -15,6 +15,7 @@ export default function AdminSideMenu({ children }) { );