Leon4gr45's picture
Deploy to clean space
75fefa7 verified
raw
history blame
256 Bytes
import TextGeneration from '@/components/app/TextGeneration';
export default function TextGenerationPage() {
return (
<main>
<div className="md:px-8 flex flex-col items-center gap-4">
<TextGeneration />
</div>
</main>
);
}