Add rice transplant planning feature
This commit is contained in:
5
frontend/src/app/rice-transplant/new/page.tsx
Normal file
5
frontend/src/app/rice-transplant/new/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import RiceTransplantEditPage from '../_components/RiceTransplantEditPage';
|
||||
|
||||
export default function NewRiceTransplantPage() {
|
||||
return <RiceTransplantEditPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user