fix: remove bs shared and components in affine (#9792)

This commit is contained in:
Saul-Mirone
2025-01-20 09:41:06 +00:00
parent 1560880abd
commit fa5e6e1f45
24 changed files with 44 additions and 80 deletions

View File

@@ -1,7 +1,7 @@
import {
createSignalFromObservable,
type Signal,
} from '@blocksuite/affine-shared/utils';
} from '@blocksuite/affine/blocks';
import { LiveData, Service } from '@toeverything/infra';
import type { FeatureFlagService } from '../../feature-flag';