First Release of Claw3D (#11)
Co-authored-by: iamlukethedev <iamlukethedev@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default async function AgentSettingsPage({
|
||||
params,
|
||||
}: {
|
||||
params: Promise<{ agentId?: string }> | { agentId?: string };
|
||||
}) {
|
||||
await params;
|
||||
redirect("/office");
|
||||
}
|
||||
Reference in New Issue
Block a user