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