mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-26 23:02:57 +08:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
import { effects as blocksEffects } from '@blocksuite/blocks/effects';
|
|
|
|
export function effects() {
|
|
blocksEffects();
|
|
}
|