🏷️ fix types

This commit is contained in:
Fred KISSIE
2026-01-15 23:25:05 +01:00
parent 9749a272ec
commit 6d90d734f4
3 changed files with 29 additions and 25 deletions

View File

@@ -1,8 +1,9 @@
import { ApprovalFeed, type ApprovalItem } from "@app/components/ApprovalFeed";
import { ApprovalFeed } from "@app/components/ApprovalFeed";
import SettingsSectionTitle from "@app/components/SettingsSectionTitle";
import { internal } from "@app/lib/api";
import { authCookieHeader } from "@app/lib/api/cookies";
import { getCachedOrg } from "@app/lib/api/getCachedOrg";
import type { ApprovalItem } from "@app/lib/queries";
import OrgProvider from "@app/providers/OrgProvider";
import type { GetOrgResponse } from "@server/routers/org";
import type { AxiosResponse } from "axios";