"use client" import { cn } from "@/lib/utils" import { Toaster } from "@/components/ui/toaster" import { paragraphFont } from "@/app/interface/fonts" import { Background } from "./interface/background" import { Generate } from "./interface/generate" import { BottomBar } from "./interface/bottom-bar" export function Main() { return (
{/*
Login
*/}
) }