ui polish

This commit is contained in:
suryacp23 2026-07-14 13:32:44 +05:30
parent 9c3955d358
commit 95d0c00dd4

View File

@ -4,7 +4,6 @@ import { LogOut, Menu, X } from 'lucide-react';
import { cn } from '../lib/cn'; import { cn } from '../lib/cn';
import { useAuth } from '../auth/context'; import { useAuth } from '../auth/context';
import { onAuthErrorAll, orderBookingClient } from '../api/clients'; import { onAuthErrorAll, orderBookingClient } from '../api/clients';
import { APP_ID } from '../api/config';
import { SCREENS } from './tabs'; import { SCREENS } from './tabs';
import './screen.css'; import './screen.css';