fixed tests

This commit is contained in:
Dmitri 2026-06-21 21:38:01 +02:00
parent 569c577beb
commit 13d87f695b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { fileAssetUrl } from '@/shared/api/files';
import { fileAssetUrl } from '@/business/files/api';
import { cn } from '@/lib/utils';
interface TenantLogoProps {

View File

@ -1,4 +1,4 @@
import { fileDownloadUrl } from '@/shared/api/files';
import { fileDownloadUrl } from '@/business/files/api';
import { cn } from '@/lib/utils';
interface UserAvatarProps {