dify
This commit is contained in:
9
dify/web/app/(commonLayout)/apps/page.tsx
Normal file
9
dify/web/app/(commonLayout)/apps/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import Apps from '@/app/components/apps'
|
||||
|
||||
const AppList = () => {
|
||||
return (
|
||||
<Apps />
|
||||
)
|
||||
}
|
||||
|
||||
export default AppList
|
||||
Reference in New Issue
Block a user