From e8923f4f9e2d894c65e734b13ad102acb2fe6c63 Mon Sep 17 00:00:00 2001
From: RedBeardEth <90423049+RedBeardEth@users.noreply.github.com>
Date: Tue, 8 Oct 2024 21:34:43 +1100
Subject: [PATCH] fix preview exit
---
apps/nextjs/src/app/(app)/layout.tsx | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/apps/nextjs/src/app/(app)/layout.tsx b/apps/nextjs/src/app/(app)/layout.tsx
index ac9d66fa..0bbe39c5 100644
--- a/apps/nextjs/src/app/(app)/layout.tsx
+++ b/apps/nextjs/src/app/(app)/layout.tsx
@@ -68,16 +68,16 @@ export default function Layout(props: { children: React.ReactNode }) {