diff --git a/services/frontend/src/components/shared/page-transition.tsx b/services/frontend/src/components/shared/page-transition.tsx
index 216ca416..543ec1b1 100644
--- a/services/frontend/src/components/shared/page-transition.tsx
+++ b/services/frontend/src/components/shared/page-transition.tsx
@@ -11,5 +11,7 @@ export function PageTransition({
children: React.ReactNode;
className?: string;
}) {
- return
{children}
;
+ return (
+ {children}
+ );
}
diff --git a/services/frontend/src/components/shell/constellation-frame.tsx b/services/frontend/src/components/shell/constellation-frame.tsx
index 6d490b9b..b59ec5a5 100644
--- a/services/frontend/src/components/shell/constellation-frame.tsx
+++ b/services/frontend/src/components/shell/constellation-frame.tsx
@@ -68,7 +68,7 @@ export function ConstellationFrame({
{/* Overlay content region — scenes place floating panels inside. */}
{/* no pointer-events here: empty areas stay click-through to the sky */}
- {children}
+ {children}