Severian's picture
initial commit
a8b3f00
raw
history blame
189 Bytes
import React from 'react'
import Main from '@/app/components/share/text-generation'
const Workflow = () => {
return (
<Main isWorkflow />
)
}
export default React.memo(Workflow)