import React from "react"; import { Link } from "react-router-dom"; export default function CommonHead({ className }) { return (

This is common head which will appear as needed , will take many shape

some space for extra texts here

View Task
); }