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 {