aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/root.tsx
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-12 18:23:46 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-12 18:23:46 +0100
commitffb8ee87898bffe5fee706abb047133585bb5d0d (patch)
tree1735caa33ddce3fb9d847c5e9121451dc5aa76a7 /src/frontend/app/root.tsx
parent9d38db605e25febc81f8832f4756cbb6cfc010b8 (diff)
feat: enhance OTP service logic, improve planner overlay, and update NavBar styles
Diffstat (limited to 'src/frontend/app/root.tsx')
-rw-r--r--src/frontend/app/root.tsx4
1 files changed, 0 insertions, 4 deletions
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 (
<html lang="es">