Feat:Added a form for new crops

This commit is contained in:
2025-02-23 00:52:19 +05:30
parent ee59400d76
commit 27955fc264
-12
View File
@@ -1,12 +0,0 @@
import { Text, View } from "react-native";
import React, { Component } from "react";
export default class AddCrop extends Component {
render() {
return (
<View>
<Text>AddCrop</Text>
</View>
);
}
}