6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
import RiceTransplantEditPage from '../_components/RiceTransplantEditPage';
|
|
|
|
export default function NewRiceTransplantPage() {
|
|
return <RiceTransplantEditPage />;
|
|
}
|