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