mirror of
https://github.com/langgenius/dify.git
synced 2026-04-15 09:57:03 +08:00
8 lines
116 B
TypeScript
8 lines
116 B
TypeScript
import Container from './Container'
|
|
|
|
const AppList = async () => {
|
|
return <Container />
|
|
}
|
|
|
|
export default AppList
|