From 142e33726d0ef2cca134e80e277cc66caaee9cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Fri, 21 Feb 2025 14:57:45 -0300 Subject: [PATCH] add pulse --- dashboard_js/app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard_js/app/root.tsx b/dashboard_js/app/root.tsx index b2b236b..9077299 100644 --- a/dashboard_js/app/root.tsx +++ b/dashboard_js/app/root.tsx @@ -60,7 +60,7 @@ export default function App() { export function HydrateFallback() { return ( - + ) }