fix: final update #44

Merged
TakahashiNguyen merged 2 commits from fix-lmao into main 2026-05-15 00:46:11 +00:00
Showing only changes of commit 2d76214f05 - Show all commits
@@ -3,7 +3,6 @@
import { useAuth } from "@/lib/auth-context";
import { DEPARTMENTS } from "@/lib/constants";
import { useShift } from "@/lib/shift-context";
import { useQuery } from "@tanstack/react-query";
import { useEffect, useState } from "react";
import type { ShiftDetailModalProps } from "./ShiftSchedule.types";