From fe061d4f1fa80a5143f747a4cbe55cd2ecc73d1b Mon Sep 17 00:00:00 2001 From: Brooks Lybrand Date: Tue, 12 Mar 2024 09:33:13 -0500 Subject: [PATCH] Just testing out that deploys are actually doing something --- app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/root.tsx b/app/root.tsx index d92eb90..3f9ccb8 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -29,5 +29,5 @@ export default function App() { } export function HydrateFallback() { - return

Loading...

; + return

Did this change?...

; }