import { Skeleton } from "ui/skeleton"; import { Card, CardDescription, CardHeader, CardTitle } from "ui/card"; import { BackgroundPaths } from "ui/background-paths"; import { getTranslations } from "next-intl/server"; export default async function AgentsLoading() { const t = await getTranslations(); return (
{t("Layout.createYourOwnAgent")}