import type { ReactNode } from "react";
import { Card, CardContent, CardHeader } from "@/components/ui/card";
import { cn } from "@/lib/utils";
import { PublicNotice } from "../public-notice";
import { SiteFooter } from "@/components/shared/site-footer";
import { PRODUCT_EDITION } from "@/lib/product";
export function AuthShell({ children }: { children: ReactNode }) {
return (
{description}{title}
}
{description &&