mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix(core): avoid side effects (#8245)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { setupBlocksuite, setupElectron } from '@affine/core/bootstrap';
|
||||
import '@affine/component/theme';
|
||||
import './global.css';
|
||||
|
||||
import { setupElectron } from '@affine/core/bootstrap';
|
||||
|
||||
setupElectron();
|
||||
setupBlocksuite();
|
||||
|
||||
Reference in New Issue
Block a user