Add job tabs.
This commit is contained in:
10
app/jobs/[jobId]/notes.tsx
Normal file
10
app/jobs/[jobId]/notes.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Text, View } from "react-native";
|
||||
|
||||
function Notes() {
|
||||
return (
|
||||
<View>
|
||||
<Text>Notes</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
export default Notes;
|
||||
Reference in New Issue
Block a user