6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import JobNotes from "../../../components/job-notes/job-notes";
|
|
function Notes() {
|
|
return <JobNotes />;
|
|
}
|
|
export default Notes;
|