From ffb8ee87898bffe5fee706abb047133585bb5d0d Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 12 Dec 2025 18:23:46 +0100 Subject: feat: enhance OTP service logic, improve planner overlay, and update NavBar styles --- src/frontend/app/root.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/frontend/app/root.tsx') diff --git a/src/frontend/app/root.tsx b/src/frontend/app/root.tsx index 9c105f0..49c9dc8 100644 --- a/src/frontend/app/root.tsx +++ b/src/frontend/app/root.tsx @@ -24,10 +24,6 @@ import "./i18n"; export const links: Route.LinksFunction = () => []; -export function HydrateFallback() { - return "Cargando..."; -} - export function Layout({ children }: { children: React.ReactNode }) { return ( -- cgit v1.3