aegida-console / app / page.tsx
page.tsx
Raw
import { AuthGate } from "@/components/auth/auth-gate";

export default function Home() {
  return <AuthGate />;
}