mirror of
https://github.com/langgenius/dify.git
synced 2025-08-31 12:52:29 +00:00
10 lines
120 B
TypeScript
10 lines
120 B
TypeScript
import Apps from '@/app/components/apps'
|
|
|
|
const AppList = () => {
|
|
return (
|
|
<Apps />
|
|
)
|
|
}
|
|
|
|
export default AppList
|