(Feat-Fix): Type Fixes, sloppy import fixes, fix dynamic activity fetching and more

This commit is contained in:
2025-12-21 07:49:37 +00:00
parent 865e0bf00e
commit 6cc9ebdcf7
17 changed files with 96 additions and 78 deletions

View File

@@ -23,7 +23,7 @@ import { Button } from "../components/ui/Button.tsx";
import { Input, PasswordInput, Select } from "../components/ui/Input.tsx";
import { useEmployees } from "../hooks/useEmployees.ts";
import { useDepartments } from "../hooks/useDepartments.ts";
import { useAuth } from "../contexts/AuthContext.tsx";
import { useAuth } from "../contexts/authContext.ts";
import { api } from "../services/api.ts";
export const UsersPage: React.FC = () => {