feat(MED-168): move toArray to shared utils

This commit is contained in:
2025-09-19 09:17:23 +03:00
parent 2bdd54e649
commit 08b27b022f
7 changed files with 9 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ import {
import {
MaterjalideGrupp,
} from '@/lib/types/medipost';
import { toArray } from '@/lib/utils';
import { toArray } from '@kit/shared/utils';
import { uniqBy } from 'lodash';
import { Tables } from '@kit/supabase/database';