From 13d87f695bbee94d2d56732be9fb3dd87dd942f4 Mon Sep 17 00:00:00 2001 From: Dmitri Date: Sun, 21 Jun 2026 21:38:01 +0200 Subject: [PATCH] fixed tests --- frontend/src/components/common/TenantLogo.tsx | 2 +- frontend/src/components/common/UserAvatar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/common/TenantLogo.tsx b/frontend/src/components/common/TenantLogo.tsx index 9628e16..9d30d3c 100644 --- a/frontend/src/components/common/TenantLogo.tsx +++ b/frontend/src/components/common/TenantLogo.tsx @@ -1,4 +1,4 @@ -import { fileAssetUrl } from '@/shared/api/files'; +import { fileAssetUrl } from '@/business/files/api'; import { cn } from '@/lib/utils'; interface TenantLogoProps { diff --git a/frontend/src/components/common/UserAvatar.tsx b/frontend/src/components/common/UserAvatar.tsx index 1bfb301..ebbbc9b 100644 --- a/frontend/src/components/common/UserAvatar.tsx +++ b/frontend/src/components/common/UserAvatar.tsx @@ -1,4 +1,4 @@ -import { fileDownloadUrl } from '@/shared/api/files'; +import { fileDownloadUrl } from '@/business/files/api'; import { cn } from '@/lib/utils'; interface UserAvatarProps {