Basic job details.

This commit is contained in:
Patrick Fic
2025-10-08 15:30:17 -07:00
parent 00626328c4
commit 83993be284
10 changed files with 308 additions and 211 deletions

View File

@@ -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;