Service updates
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import React from "react";
|
||||
import MyTasks from "../components/MyTasks";
|
||||
import UsersService from "../services/UsersService";
|
||||
import usersService from "../services/UsersService";
|
||||
|
||||
export default function MyTaskPage() {
|
||||
|
||||
const userApi = new usersService();
|
||||
const activeJobList = userApi.getActiveJobList();
|
||||
debugger;
|
||||
return (
|
||||
<>
|
||||
<MyTasks />
|
||||
|
||||
Reference in New Issue
Block a user