Basic job details.
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import { Text, View } from "react-native";
|
||||
|
||||
import JobLinesComponent from "../../../components/job-lines/job-lines";
|
||||
function JobLines() {
|
||||
return (
|
||||
<View>
|
||||
<Text>Job Lines</Text>
|
||||
</View>
|
||||
);
|
||||
return <JobLinesComponent />;
|
||||
}
|
||||
export default JobLines;
|
||||
|
||||
Reference in New Issue
Block a user