unused import

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Shaheer Sarfaraz 2026-01-20 23:18:00 +00:00 committed by GitHub
parent af2ee1fa9c
commit 0ec707143a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@ import { describe, it, expect, vi, beforeEach } from "vitest";
import { render, screen, fireEvent, waitFor } from "@testing-library/react"; import { render, screen, fireEvent, waitFor } from "@testing-library/react";
import { JobHeader } from "./JobHeader"; import { JobHeader } from "./JobHeader";
import { useSettings } from "../hooks/useSettings"; import { useSettings } from "../hooks/useSettings";
import * as api from "../api";
import type { Job } from "../../shared/types"; import type { Job } from "../../shared/types";
// Mock useSettings // Mock useSettings