mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 02:43:49 +08:00
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
import { HomePage } from '@/features/home/page'
|
|
export default function Page() {
|
|
return <HomePage />
|
|
}
|