diff --git a/frontend-modern/src/components/Settings/Settings.tsx b/frontend-modern/src/components/Settings/Settings.tsx index a170d50f7..52ab8e378 100644 --- a/frontend-modern/src/components/Settings/Settings.tsx +++ b/frontend-modern/src/components/Settings/Settings.tsx @@ -15,6 +15,7 @@ import { notificationStore } from '@/stores/notifications'; import { logger } from '@/utils/logger'; import { apiFetch, + apiFetchJSON, clearApiToken as clearApiClientToken, getApiToken as getApiClientToken, setApiToken as setApiClientToken,