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