Files
urbanLifeline/dify/web/app/(commonLayout)/apps/page.tsx

10 lines
120 B
TypeScript
Raw Normal View History

2025-12-01 17:21:38 +08:00
import Apps from '@/app/components/apps'
const AppList = () => {
return (
<Apps />
)
}
export default AppList