diff options
Diffstat (limited to 'src/frontend/app/root.tsx')
| -rw-r--r-- | src/frontend/app/root.tsx | 4 |
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"> |
