feat: Refactor Hrm and AssetManagement components for improved structure and styling

This commit is contained in:
Nalvazhuthi
2025-08-22 13:01:12 +05:30
parent dc873a8c59
commit 755177e493
3 changed files with 11 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
import React, { useState } from 'react'
import Search from '../../../../ui/inputs/Search'
import RegularDropDown from '../../../../ui/inputs/RegularDropDown'
import { ClockThreeIcon, HourGlassIcon, ListTaskIcon, LocationPinIcon, SlectedTickIcon, TargetIcon } from '../../../../icons/ExportCommonIcons'
import { ClockThreeIcon, LocationPinIcon, TargetIcon } from '../../../../icons/ExportCommonIcons'
import NavigateCatagory from '../NavigateCatagory'
const Hrm = () => {
const [selectedCard, setSelectedCard] = useState(0);
const employee_details = [
{
"employee": {
@@ -89,12 +89,9 @@ const Hrm = () => {
"Emergency Stop"
],
"location": "Floor 4 . Zone B"
}
},
]
const [selectedCard, setSelectedCard] = useState(0);
console.log('selectedCard: ', selectedCard);
return (
<>
{/* <NavigateCatagory