feat(confidence-engine): establish authenticated product boundary

This commit is contained in:
2026-09-08 16:30:07 +01:00
parent 1c17452bee
commit 30bf44f2e5
22 changed files with 487 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
import LoginForm from "@/components/login-form";
export default function LoginPage() {
return <LoginForm />;
}