This commit is contained in:
ghost2023
2026-06-17 13:43:35 +03:00
parent dcb2de7631
commit a4a58d264a

View File

@@ -54,14 +54,6 @@ const TABS: { id: SettingsTab; label: string; icon: React.ReactNode }[] = [
{ id: "documents", label: "Documents", icon: <FileCheck size={16} /> },
];
const TAB_ORDER: SettingsTab[] = [
"company",
"contact",
"gm",
"poa",
"documents",
];
export default function SettingsPage() {
const navigate = useNavigate();
const queryClient = useQueryClient();