updated ui/client components, refactored deps

This commit is contained in:
dswbx
2025-01-18 15:25:12 +01:00
parent 664aed35f9
commit a20b6b64a9
7 changed files with 19 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
import type { AuthActionResponse } from "auth/api/AuthController";
import type { AppAuthSchema, AppAuthStrategies } from "auth/auth-schema";
import type { AppAuthSchema } from "auth/auth-schema";
import type { AuthResponse, SafeUser, Strategy } from "auth/authenticate/Authenticator";
import { type BaseModuleApiOptions, ModuleApi } from "modules/ModuleApi";