fix: better ui #45

Merged
TakahashiNguyen merged 6 commits from fix-lmao into main 2026-05-15 06:26:02 +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";