import { Dialog, DialogContent, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from "@/components/ui/dialog" import { Login } from "../login" export function AuthWall({ show }: { show: boolean }) { return (

The AI Comic Factory is a free app available to all Hugging Face users!

Please sign-in to continue:

) }