dify/web/app/education-apply/page.tsx

8 lines
175 B
TypeScript
Raw Normal View History

2025-03-11 15:49:41 +08:00
import EducationApplyAge from './components/education-apply-page'
export default function EducationApply() {
return <div className=''>
<EducationApplyAge />
</div>
}