dify
This commit is contained in:
13
dify/web/app/(shareLayout)/completion/[token]/page.tsx
Normal file
13
dify/web/app/(shareLayout)/completion/[token]/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react'
|
||||
import Main from '@/app/components/share/text-generation'
|
||||
import AuthenticatedLayout from '../../components/authenticated-layout'
|
||||
|
||||
const Completion = () => {
|
||||
return (
|
||||
<AuthenticatedLayout>
|
||||
<Main />
|
||||
</AuthenticatedLayout>
|
||||
)
|
||||
}
|
||||
|
||||
export default React.memo(Completion)
|
||||
Reference in New Issue
Block a user