
import { AuthCallback } from "@/components/auth/AuthCallback";

export default function AuthCallbackPage() {
  return <AuthCallback />;
}
