From f30a85320656abf6828279fde48126bb339b6070 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Fri, 13 Oct 2023 23:21:04 -0400 Subject: [PATCH] test --- app/(app)/_layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(app)/_layout/index.tsx b/app/(app)/_layout/index.tsx index 5000e92..9d9da88 100644 --- a/app/(app)/_layout/index.tsx +++ b/app/(app)/_layout/index.tsx @@ -6,7 +6,7 @@ import Sidebar from "./Sidebar"; export default function AppLayout({ children }: { children: React.ReactNode }) { return ( -
+
{/* Keystone */}