Skip to content

Commit

Permalink
I fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
techeng322 committed May 27, 2024
1 parent 0ae52f3 commit d6551a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Pages/EmployeePage/EmployeeContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import useClickOutsideSelect from "@/hooks/useClickOutsideSelect"
import Icon from "@/components/Core/Icon"
import { useEmployee } from "@/providers/EmployeeProvider"
import { milestones } from "@/hooks/useEmployeeData"
import RecBar from "../../RecBar"
import RecBar from "@/components/RecBar"

const EmployeeContent = ({ isPopup = false }) => {
const { selectRef, setIsVisibleSelect, isVisibleSelect } = useClickOutsideSelect()
Expand Down

0 comments on commit d6551a7

Please sign in to comment.