Rename JSX to JS.
This commit is contained in:
6
components/screen-job-list/screen-job-list.component.js
Normal file
6
components/screen-job-list/screen-job-list.component.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from "react";
|
||||
import JobListComponent from "../job-list/job-list.component";
|
||||
|
||||
export default function ScreenJobList({ navigation }) {
|
||||
return <JobListComponent />;
|
||||
}
|
||||
Reference in New Issue
Block a user