Feat:Added a form for new crops
This commit is contained in:
@@ -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>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user