dify/web/app/(commonLayout)/page.tsx
yyh 78c7fb9c5c
refactor(web): move education verification to dedicated routes (#40493)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-11 09:56:11 +00:00

5 lines
105 B
TypeScript

import { HomePage } from '@/features/home/page'
export default function Page() {
return <HomePage />
}