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