fixed layouts, routing and the platform switcher.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// app/(builder)/builder/layout.tsx
|
||||
import type { ReactNode } from "react";
|
||||
|
||||
export default function BuilderLayout({ children }: { children: ReactNode }) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
Reference in New Issue
Block a user