Service updates

This commit is contained in:
Olu Amey
2023-02-08 11:11:40 -05:00
parent 23f16b742a
commit 4c177dbc4c
2 changed files with 75 additions and 16 deletions
+6
View File
@@ -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 />