why did we have this file

This commit is contained in:
Maze Winther 2026-01-21 14:58:03 +01:00
parent 9aeea153c7
commit b1701e1b0e
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
"use client";
export default function EditorLayout({
children,
}: {
children: React.ReactNode;
}) {
return <div>{children}</div>;
}