my task section

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-03-19 00:57:16 -04:00
parent ab4dbc99e8
commit 1741b298f3
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -2,6 +2,7 @@ import React, { useState } from "react";
import { Link } from "react-router-dom";
import Layout from "../Partials/Layout";
import MyJobTable from "./MyJobTable";
import CommonHead from "../UserHeader/CommonHead";
export default function MyTasks() {
const [selectTab, setValue] = useState("today");
@@ -10,6 +11,7 @@ export default function MyTasks() {
};
return (
<Layout>
<CommonHead />
<div className="notification-page w-full mb-10">
<div className="notification-wrapper w-full">
{/* heading */}