Add error handling and notes page.
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import { Text, View } from "react-native";
|
||||
|
||||
import JobDocuments from "../../../components/job-documents/job-documents";
|
||||
function Documents() {
|
||||
return (
|
||||
<View>
|
||||
<Text>Documents</Text>
|
||||
</View>
|
||||
);
|
||||
return <JobDocuments />;
|
||||
}
|
||||
export default Documents;
|
||||
|
||||
Reference in New Issue
Block a user