auth move

This commit is contained in:
pradeepkumar
2026-01-11 21:21:34 +05:30
parent 4350a3fd4f
commit c8d414ccd6
11 changed files with 622 additions and 649 deletions

View File

@@ -0,0 +1,7 @@
export default function AgentLayout({
children,
}: {
children: React.ReactNode;
}) {
return <>{children}</>;
}