From dfd2d39ae72cf5cc39f532ad2aa2b2b18c1f97f4 Mon Sep 17 00:00:00 2001 From: Madison Date: Mon, 1 Jun 2026 15:32:50 -0500 Subject: [PATCH] Restore Loading import in layout-client after pool gate removal DevEnvironmentHealthGate still renders while checking health. Co-authored-by: Cursor --- apps/dashboard/src/app/layout-client.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dashboard/src/app/layout-client.tsx b/apps/dashboard/src/app/layout-client.tsx index cac88dc0f..25587338d 100644 --- a/apps/dashboard/src/app/layout-client.tsx +++ b/apps/dashboard/src/app/layout-client.tsx @@ -13,6 +13,7 @@ import React, { useSyncExternalStore } from "react"; import { BackgroundShine } from "./background-shine"; import { ClientPolyfill } from "./client-polyfill"; import { DevelopmentPortDisplay } from "./development-port-display"; +import Loading from "./loading"; import { UserIdentity } from "./providers"; import { RemoteDevelopmentEnvironmentAuthGate } from "./remote-development-environment-auth-gate";