why did we have this file
This commit is contained in:
parent
9aeea153c7
commit
b1701e1b0e
|
|
@ -1,9 +0,0 @@
|
|||
"use client";
|
||||
|
||||
export default function EditorLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return <div>{children}</div>;
|
||||
}
|
||||
Loading…
Reference in New Issue