Add rice transplant planning feature

This commit is contained in:
akira
2026-04-04 17:26:55 +09:00
parent f236fe2f90
commit 0c57dd7886
15 changed files with 1458 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
import RiceTransplantEditPage from '../_components/RiceTransplantEditPage';
export default function NewRiceTransplantPage() {
return <RiceTransplantEditPage />;
}