Spaces:
Sleeping
Sleeping
| 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> | |
| ); | |
| } | |