import { getMetadata } from "~/lib/metadata";
import { Header } from "~/modules/common/layout/header";
import { ThemeSwitcher } from "~/modules/common/theme";
export const generateMetadata = getMetadata({
title: "ai:tts.title",
description: "ai:tts.description",
});
export default function AgentLayout({
children,
}: {
children: React.ReactNode;
}) {
return (
<>