update for pc server

This commit is contained in:
2025-11-25 00:42:27 +01:00
parent 0d1d388dca
commit 22f7f2f94d
3 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import React, { useEffect, useState } from 'react';
import { useAuth } from '../context/AuthContext';
import api from '../api';
import { useNavigate } from 'react-router-dom';
import { CheckCircle, XCircle, Clock, AlertCircle, Plus, LogOut, Search, Filter, Menu } from 'lucide-react';
import { CheckCircle, XCircle, Clock, AlertCircle, Plus, LogOut, Filter, Menu } from 'lucide-react';
import clsx from 'clsx';
interface Job {