From b1701e1b0e7d5b489f6c3e13ae99c067adf55826 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Wed, 21 Jan 2026 14:58:03 +0100 Subject: [PATCH] why did we have this file --- apps/web/src/app/editor/[project_id]/layout.tsx | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 apps/web/src/app/editor/[project_id]/layout.tsx diff --git a/apps/web/src/app/editor/[project_id]/layout.tsx b/apps/web/src/app/editor/[project_id]/layout.tsx deleted file mode 100644 index c37e78b7..00000000 --- a/apps/web/src/app/editor/[project_id]/layout.tsx +++ /dev/null @@ -1,9 +0,0 @@ -"use client"; - -export default function EditorLayout({ - children, -}: { - children: React.ReactNode; -}) { - return
{children}
; -}